#1C4271

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

Shades of Dark Cerulean #1C4271

Tints of Dark Cerulean #1C4271

Color information

#1C4271 (or 0x1C4271) is unknown color: approx Dark Cerulean. HEX triplet: 1C, 42 and 71. RGB value is (28,66,113). Sum of RGB (Red+Green+Blue) = 28+66+113=207 (27% of max value = 765). Red value is 28 (11.33% from 255 or 13.53% from 207); Green value is 66 (26.17% from 255 or 31.88% from 207); Blue value is 113 (44.53% from 255 or 54.59% from 207); Max value from RGB is 113 - color contains mainly: blue. Hex color #1C4271 is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #1C4271 is #E3BD8E. Grayscale: #3B3B3B. Windows color (decimal): -14925199 or 7422492. OLE color: 7422492.

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

Color convert

RGB2866113-
CMYK0.750.4200.56
HSL213.18º60.28%27.65%-
HSV(B)213.18º75.22%44.31%-
XYZ5.415.3416.37-
YUV60157.91105.18-

RGB Variations

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

RGB

RED value IS 28 (11.33% from 255) = 13.53%
GREEN value IS 66 (26.17% from 255) = 31.88%
BLUE value IS 113 (44.53% from 255) = 54.59%
R=13.53%
G=31.88%
B=54.59%

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
Decimal28661130.750.4200.56213.1860.2827.65
Hex1C42714B2A038d53c1c
Octal34102161113520703257434
Binary1110010000101110001100101110101001110001101010111110011100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #1C4271

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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