#1C407C

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

Shades of Dark Cerulean #1C407C

Tints of Dark Cerulean #1C407C

Color information

#1C407C (or 0x1C407C) is unknown color: approx Dark Cerulean. HEX triplet: 1C, 40 and 7C. RGB value is (28,64,124). Sum of RGB (Red+Green+Blue) = 28+64+124=216 (28% of max value = 765). Red value is 28 (11.33% from 255 or 12.96% from 216); Green value is 64 (25.39% from 255 or 29.63% from 216); Blue value is 124 (48.83% from 255 or 57.41% from 216); Max value from RGB is 124 - color contains mainly: blue. Hex color #1C407C is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #1C407C is #E3BF83. Grayscale: #3B3B3B. Windows color (decimal): -14925700 or 8142876. OLE color: 8142876.

HSL color Cylindrical-coordinate representation of color #1C407C: hue angle of 217.5º degrees, saturation: 0.63, lightness: 0.3%. HSV value (or HSB Brightness) of color is 0.49% and HSV saturation: 0.77%. Process color model (Four color, CMYK) of #1C407C is Cyan = 0.77, Magento = 0.48, Yellow = 0 and Black (K on CMYK) = 0.51.

Color convert

RGB2864124-
CMYK0.770.4800.51
HSL217.5º63.16%29.8%-
HSV(B)217.5º77.42%48.63%-
XYZ5.955.3719.79-
YUV60.08164.07105.12-

RGB Variations

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

RGB

RED value IS 28 (11.33% from 255) = 12.96%
GREEN value IS 64 (25.39% from 255) = 29.63%
BLUE value IS 124 (48.83% from 255) = 57.41%
R=12.96%
G=29.63%
B=57.41%

CMYK

C (Cyan) values IS 0.77
M (Magenta) values IS 0.48
Y (Yellow) values IS 0
K (Black) values IS 0.51
SystemRedGreenBlueCMYKHSL
Decimal28641240.770.4800.51217.563.1629.8
Hex1C407C4D30033da3f1e
Octal34100174115600633327736
Binary1110010000001111100100110111000001100111101101011111111110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #1C407C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(28,64,124); }

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

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

 a { background-color: rgb(28,64,124); }

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

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

 span { border-color: rgb(28,64,124); }

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