#1F4273

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

Shades of Catalina Blue #1F4273

Tints of Catalina Blue #1F4273

Color information

#1F4273 (or 0x1F4273) is unknown color: approx Catalina Blue. HEX triplet: 1F, 42 and 73. RGB value is (31,66,115). Sum of RGB (Red+Green+Blue) = 31+66+115=212 (28% of max value = 765). Red value is 31 (12.5% from 255 or 14.62% from 212); Green value is 66 (26.17% from 255 or 31.13% from 212); Blue value is 115 (45.31% from 255 or 54.25% from 212); Max value from RGB is 115 - color contains mainly: blue. Hex color #1F4273 is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #1F4273 is #E0BD8C. Grayscale: #3C3C3C. Windows color (decimal): -14728589 or 7553567. OLE color: 7553567.

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

Color convert

RGB3166115-
CMYK0.730.4300.55
HSL215º57.53%28.63%-
HSV(B)215º73.04%45.1%-
XYZ5.615.4316.97-
YUV61.12158.4106.52-

RGB Variations

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

RGB

RED value IS 31 (12.5% from 255) = 14.62%
GREEN value IS 66 (26.17% from 255) = 31.13%
BLUE value IS 115 (45.31% from 255) = 54.25%
R=14.62%
G=31.13%
B=54.25%

CMYK

C (Cyan) values IS 0.73
M (Magenta) values IS 0.43
Y (Yellow) values IS 0
K (Black) values IS 0.55
SystemRedGreenBlueCMYKHSL
Decimal31661150.730.4300.5521557.5328.63
Hex1F4273492B037d73a1d
Octal37102163111530673277235
Binary1111110000101110011100100110101101101111101011111101011101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #1F4273

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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