#1C4170

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

Shades of Catalina Blue #1C4170

Tints of Catalina Blue #1C4170

Color information

#1C4170 (or 0x1C4170) is unknown color: approx Catalina Blue. HEX triplet: 1C, 41 and 70. RGB value is (28,65,112). Sum of RGB (Red+Green+Blue) = 28+65+112=205 (27% of max value = 765). Red value is 28 (11.33% from 255 or 13.66% from 205); Green value is 65 (25.78% from 255 or 31.71% from 205); Blue value is 112 (44.14% from 255 or 54.63% from 205); Max value from RGB is 112 - color contains mainly: blue. Hex color #1C4170 is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #1C4170 is #E3BE8F. Grayscale: #3B3B3B. Windows color (decimal): -14925456 or 7356700. OLE color: 7356700.

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

Color convert

RGB2865112-
CMYK0.750.4200.56
HSL213.57º60%27.45%-
HSV(B)213.57º75%43.92%-
XYZ5.295.216.05-
YUV59.3157.74105.68-

RGB Variations

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

RGB

RED value IS 28 (11.33% from 255) = 13.66%
GREEN value IS 65 (25.78% from 255) = 31.71%
BLUE value IS 112 (44.14% from 255) = 54.63%
R=13.66%
G=31.71%
B=54.63%

CMYK

C (Cyan) values IS 0.75
M (Magenta) values IS 0.42
Y (Yellow) values IS 0
K (Black) values IS 0.56
SystemRedGreenBlueCMYKHSL
Decimal28651120.750.4200.56213.576027.45
Hex1C41704B2A038d63c1b
Octal34101160113520703267433
Binary1110010000011110000100101110101001110001101011011110011011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #1C4170

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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