#1F4170

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

Shades of Catalina Blue #1F4170

Tints of Catalina Blue #1F4170

Color information

#1F4170 (or 0x1F4170) is unknown color: approx Catalina Blue. HEX triplet: 1F, 41 and 70. RGB value is (31,65,112). Sum of RGB (Red+Green+Blue) = 31+65+112=208 (27% of max value = 765). Red value is 31 (12.5% from 255 or 14.90% from 208); Green value is 65 (25.78% from 255 or 31.25% from 208); Blue value is 112 (44.14% from 255 or 53.85% from 208); Max value from RGB is 112 - color contains mainly: blue. Hex color #1F4170 is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #1F4170 is #E0BE8F. Grayscale: #3B3B3B. Windows color (decimal): -14728848 or 7356703. OLE color: 7356703.

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

Color convert

RGB3165112-
CMYK0.720.4200.56
HSL214.81º56.64%28.04%-
HSV(B)214.81º72.32%43.92%-
XYZ5.385.2416.06-
YUV60.19157.24107.18-

RGB Variations

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

RGB

RED value IS 31 (12.5% from 255) = 14.90%
GREEN value IS 65 (25.78% from 255) = 31.25%
BLUE value IS 112 (44.14% from 255) = 53.85%
R=14.90%
G=31.25%
B=53.85%

CMYK

C (Cyan) values IS 0.72
M (Magenta) values IS 0.42
Y (Yellow) values IS 0
K (Black) values IS 0.56
SystemRedGreenBlueCMYKHSL
Decimal31651120.720.4200.56214.8156.6428.04
Hex1F4170482A038d7391c
Octal37101160110520703277134
Binary1111110000011110000100100010101001110001101011111100111100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #1F4170

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(31,65,112); }

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

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

 a { background-color: rgb(31,65,112); }

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

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

 span { border-color: rgb(31,65,112); }

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