#1F4272

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

Shades of Catalina Blue #1F4272

Tints of Catalina Blue #1F4272

Color information

#1F4272 (or 0x1F4272) is unknown color: approx Catalina Blue. HEX triplet: 1F, 42 and 72. RGB value is (31,66,114). Sum of RGB (Red+Green+Blue) = 31+66+114=211 (27% of max value = 765). Red value is 31 (12.5% from 255 or 14.69% from 211); Green value is 66 (26.17% from 255 or 31.28% from 211); Blue value is 114 (44.92% from 255 or 54.03% from 211); Max value from RGB is 114 - color contains mainly: blue. Hex color #1F4272 is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #1F4272 is #E0BD8D. Grayscale: #3C3C3C. Windows color (decimal): -14728590 or 7488031. OLE color: 7488031.

HSL color Cylindrical-coordinate representation of color #1F4272: hue angle of 214.7º degrees, saturation: 0.57, lightness: 0.28%. HSV value (or HSB Brightness) of color is 0.45% and HSV saturation: 0.73%. Process color model (Four color, CMYK) of #1F4272 is Cyan = 0.73, Magento = 0.42, Yellow = 0 and Black (K on CMYK) = 0.55.

Color convert

RGB3166114-
CMYK0.730.4200.55
HSL214.7º57.24%28.43%-
HSV(B)214.7º72.81%44.71%-
XYZ5.555.416.67-
YUV61.01157.9106.6-

RGB Variations

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

RGB

RED value IS 31 (12.5% from 255) = 14.69%
GREEN value IS 66 (26.17% from 255) = 31.28%
BLUE value IS 114 (44.92% from 255) = 54.03%
R=14.69%
G=31.28%
B=54.03%

CMYK

C (Cyan) values IS 0.73
M (Magenta) values IS 0.42
Y (Yellow) values IS 0
K (Black) values IS 0.55
SystemRedGreenBlueCMYKHSL
Decimal31661140.730.4200.55214.757.2428.43
Hex1F4272492A037d7391c
Octal37102162111520673277134
Binary1111110000101110010100100110101001101111101011111100111100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #1F4272

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(31,66,114); }

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

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

 a { background-color: rgb(31,66,114); }

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

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

 span { border-color: rgb(31,66,114); }

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