#1C4171

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

Shades of Dark Cerulean #1C4171

Tints of Dark Cerulean #1C4171

Color information

#1C4171 (or 0x1C4171) is unknown color: approx Dark Cerulean. HEX triplet: 1C, 41 and 71. RGB value is (28,65,113). Sum of RGB (Red+Green+Blue) = 28+65+113=206 (27% of max value = 765). Red value is 28 (11.33% from 255 or 13.59% from 206); Green value is 65 (25.78% from 255 or 31.55% from 206); Blue value is 113 (44.53% from 255 or 54.85% from 206); Max value from RGB is 113 - color contains mainly: blue. Hex color #1C4171 is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #1C4171 is #E3BE8E. Grayscale: #3B3B3B. Windows color (decimal): -14925455 or 7422236. OLE color: 7422236.

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

Color convert

RGB2865113-
CMYK0.750.4200.56
HSL213.88º60.28%27.65%-
HSV(B)213.88º75.22%44.31%-
XYZ5.355.2216.35-
YUV59.41158.24105.6-

RGB Variations

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

RGB

RED value IS 28 (11.33% from 255) = 13.59%
GREEN value IS 65 (25.78% from 255) = 31.55%
BLUE value IS 113 (44.53% from 255) = 54.85%
R=13.59%
G=31.55%
B=54.85%

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
Decimal28651130.750.4200.56213.8860.2827.65
Hex1C41714B2A038d63c1c
Octal34101161113520703267434
Binary1110010000011110001100101110101001110001101011011110011100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #1C4171

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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