#0C4C7E

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

Shades of Dark Cerulean #0C4C7E

Tints of Dark Cerulean #0C4C7E

Color information

#0C4C7E (or 0x0C4C7E) is unknown color: approx Dark Cerulean. HEX triplet: 0C, 4C and 7E. RGB value is (12,76,126). Sum of RGB (Red+Green+Blue) = 12+76+126=214 (28% of max value = 765). Red value is 12 (5.08% from 255 or 5.61% from 214); Green value is 76 (30.08% from 255 or 35.51% from 214); Blue value is 126 (49.61% from 255 or 58.88% from 214); Max value from RGB is 126 - color contains mainly: blue. Hex color #0C4C7E is not a web safe color. Web safe color analog (approx): #003366. Inversed color of #0C4C7E is #F3B381. Grayscale: #3E3E3E. Windows color (decimal): -15971202 or 8277004. OLE color: 8277004.

HSL color Cylindrical-coordinate representation of color #0C4C7E: hue angle of 206.32º degrees, saturation: 0.83, lightness: 0.27%. HSV value (or HSB Brightness) of color is 0.49% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #0C4C7E is Cyan = 0.90, Magento = 0.40, Yellow = 0 and Black (K on CMYK) = 0.51.

Color convert

RGB1276126-
CMYK0.900.4000.51
HSL206.32º82.61%27.06%-
HSV(B)206.32º90.48%49.41%-
XYZ6.56.7520.7-
YUV62.56163.891.93-

RGB Variations

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

RGB

RED value IS 12 (5.08% from 255) = 5.61%
GREEN value IS 76 (30.08% from 255) = 35.51%
BLUE value IS 126 (49.61% from 255) = 58.88%
R=5.61%
G=35.51%
B=58.88%

CMYK

C (Cyan) values IS 0.90
M (Magenta) values IS 0.40
Y (Yellow) values IS 0
K (Black) values IS 0.51
SystemRedGreenBlueCMYKHSL
Decimal12761260.900.4000.51206.3282.6127.06
HexC4C7E5A28033ce531b
Octal141141761325006331612333
Binary1100100110011111101011010101000011001111001110101001111011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #0C4C7E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #0C4C7E; }

 p { color: rgb(12,76,126); }

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

<style>
 a { background-color: #0C4C7E; }

 a { background-color: rgb(12,76,126); }

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

<style>
 span { border-color: #0C4C7E; }

 span { border-color: rgb(12,76,126); }

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