#1F3156

Color #1F3156 Catalina Blue (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Catalina Blue #1F3156

Tints of Catalina Blue #1F3156

Color information

#1F3156 (or 0x1F3156) is unknown color: approx Catalina Blue. HEX triplet: 1F, 31 and 56. RGB value is (31,49,86). Sum of RGB (Red+Green+Blue) = 31+49+86=166 (21% of max value = 765). Red value is 31 (12.5% from 255 or 18.67% from 166); Green value is 49 (19.53% from 255 or 29.52% from 166); Blue value is 86 (33.98% from 255 or 51.81% from 166); Max value from RGB is 86 - color contains mainly: blue. Hex color #1F3156 is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #1F3156 is #E0CEA9. Grayscale: #2F2F2F. Windows color (decimal): -14732970 or 5648671. OLE color: 5648671.

HSL color Cylindrical-coordinate representation of color #1F3156: hue angle of 220.36º degrees, saturation: 0.47, lightness: 0.23%. HSV value (or HSB Brightness) of color is 0.34% and HSV saturation: 0.64%. Process color model (Four color, CMYK) of #1F3156 is Cyan = 0.64, Magento = 0.43, Yellow = 0 and Black (K on CMYK) = 0.66.

Color convert

RGB314986-
CMYK0.640.4300.66
HSL220.36º47.01%22.94%-
HSV(B)220.36º63.95%33.73%-
XYZ3.343.169.24-
YUV47.84149.54115.99-

RGB Variations

RGB:
RBG:
GRB:
GBR:
BRG:
BGR:

RGB

RED value IS 31 (12.5% from 255) = 18.67%
GREEN value IS 49 (19.53% from 255) = 29.52%
BLUE value IS 86 (33.98% from 255) = 51.81%
R=18.67%
G=29.52%
B=51.81%

CMYK

C (Cyan) values IS 0.64
M (Magenta) values IS 0.43
Y (Yellow) values IS 0
K (Black) values IS 0.66
SystemRedGreenBlueCMYKHSL
Decimal3149860.640.4300.66220.3647.0122.94
Hex1F3156402B042dc2f17
Octal37611261005301023345727
Binary1111111000110101101000000101011010000101101110010111110111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #1F3156

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #1F3156; }

 p { color: rgb(31,49,86); }

 H1.HeaderClassName
 {
   color: #1F3156;
 }
 .AnyTagClassName
 {
   color: #1F3156;
 }
</style>
background-color css

<style>
 a { background-color: #1F3156; }

 a { background-color: rgb(31,49,86); }

 div.DivClassName
 {
   background-color: #1F3156;
 }
 .BgClassName
 {
   background-color: #1F3156;
 }
</style>
border-color css

<style>
 span { border-color: #1F3156; }

 span { border-color: rgb(31,49,86); }

 td.TdClassName
 {
   border-color: #1F3156;
 }
 .TagClassName
 {
   border-color: #1F3156;
 }
</style>