#1C4370

Color #1C4370 Dark Cerulean (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Dark Cerulean #1C4370

Tints of Dark Cerulean #1C4370

Color information

#1C4370 (or 0x1C4370) is unknown color: approx Dark Cerulean. HEX triplet: 1C, 43 and 70. RGB value is (28,67,112). Sum of RGB (Red+Green+Blue) = 28+67+112=207 (27% of max value = 765). Red value is 28 (11.33% from 255 or 13.53% from 207); Green value is 67 (26.56% from 255 or 32.37% from 207); Blue value is 112 (44.14% from 255 or 54.11% from 207); Max value from RGB is 112 - color contains mainly: blue. Hex color #1C4370 is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #1C4370 is #E3BC8F. Grayscale: #3C3C3C. Windows color (decimal): -14924944 or 7357212. OLE color: 7357212.

HSL color Cylindrical-coordinate representation of color #1C4370: hue angle of 212.14º 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 #1C4370 is Cyan = 0.75, Magento = 0.40, Yellow = 0 and Black (K on CMYK) = 0.56.

Color convert

RGB2867112-
CMYK0.750.4000.56
HSL212.14º60%27.45%-
HSV(B)212.14º75%43.92%-
XYZ5.415.4316.09-
YUV60.47157.08104.84-

RGB Variations

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

RGB

RED value IS 28 (11.33% from 255) = 13.53%
GREEN value IS 67 (26.56% from 255) = 32.37%
BLUE value IS 112 (44.14% from 255) = 54.11%
R=13.53%
G=32.37%
B=54.11%

CMYK

C (Cyan) values IS 0.75
M (Magenta) values IS 0.40
Y (Yellow) values IS 0
K (Black) values IS 0.56
SystemRedGreenBlueCMYKHSL
Decimal28671120.750.4000.56212.146027.45
Hex1C43704B28038d43c1b
Octal34103160113500703247433
Binary1110010000111110000100101110100001110001101010011110011011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #1C4370

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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