#1C4270

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

Shades of Dark Cerulean #1C4270

Tints of Dark Cerulean #1C4270

Color information

#1C4270 (or 0x1C4270) is unknown color: approx Dark Cerulean. HEX triplet: 1C, 42 and 70. RGB value is (28,66,112). Sum of RGB (Red+Green+Blue) = 28+66+112=206 (27% of max value = 765). Red value is 28 (11.33% from 255 or 13.59% from 206); Green value is 66 (26.17% from 255 or 32.04% from 206); Blue value is 112 (44.14% from 255 or 54.37% from 206); Max value from RGB is 112 - color contains mainly: blue. Hex color #1C4270 is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #1C4270 is #E3BD8F. Grayscale: #3B3B3B. Windows color (decimal): -14925200 or 7356956. OLE color: 7356956.

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

Color convert

RGB2866112-
CMYK0.750.4100.56
HSL212.86º60%27.45%-
HSV(B)212.86º75%43.92%-
XYZ5.355.3116.07-
YUV59.88157.41105.26-

RGB Variations

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

RGB

RED value IS 28 (11.33% from 255) = 13.59%
GREEN value IS 66 (26.17% from 255) = 32.04%
BLUE value IS 112 (44.14% from 255) = 54.37%
R=13.59%
G=32.04%
B=54.37%

CMYK

C (Cyan) values IS 0.75
M (Magenta) values IS 0.41
Y (Yellow) values IS 0
K (Black) values IS 0.56
SystemRedGreenBlueCMYKHSL
Decimal28661120.750.4100.56212.866027.45
Hex1C42704B29038d53c1b
Octal34102160113510703257433
Binary1110010000101110000100101110100101110001101010111110011011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #1C4270

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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