#0C4C73

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

Shades of Dark Cerulean #0C4C73

Tints of Dark Cerulean #0C4C73

Color information

#0C4C73 (or 0x0C4C73) is unknown color: approx Dark Cerulean. HEX triplet: 0C, 4C and 73. RGB value is (12,76,115). Sum of RGB (Red+Green+Blue) = 12+76+115=203 (26% of max value = 765). Red value is 12 (5.08% from 255 or 5.91% from 203); Green value is 76 (30.08% from 255 or 37.44% from 203); Blue value is 115 (45.31% from 255 or 56.65% from 203); Max value from RGB is 115 - color contains mainly: blue. Hex color #0C4C73 is not a web safe color. Web safe color analog (approx): #003366. Inversed color of #0C4C73 is #F3B38C. Grayscale: #3D3D3D. Windows color (decimal): -15971213 or 7556108. OLE color: 7556108.

HSL color Cylindrical-coordinate representation of color #0C4C73: hue angle of 202.72º degrees, saturation: 0.81, lightness: 0.25%. HSV value (or HSB Brightness) of color is 0.45% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #0C4C73 is Cyan = 0.90, Magento = 0.34, Yellow = 0 and Black (K on CMYK) = 0.55.

Color convert

RGB1276115-
CMYK0.900.3400.55
HSL202.72º81.1%24.9%-
HSV(B)202.72º89.57%45.1%-
XYZ5.836.4817.16-
YUV61.31158.392.83-

RGB Variations

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

RGB

RED value IS 12 (5.08% from 255) = 5.91%
GREEN value IS 76 (30.08% from 255) = 37.44%
BLUE value IS 115 (45.31% from 255) = 56.65%
R=5.91%
G=37.44%
B=56.65%

CMYK

C (Cyan) values IS 0.90
M (Magenta) values IS 0.34
Y (Yellow) values IS 0
K (Black) values IS 0.55
SystemRedGreenBlueCMYKHSL
Decimal12761150.900.3400.55202.7281.124.9
HexC4C735A22037cb5119
Octal141141631324206731312131
Binary1100100110011100111011010100010011011111001011101000111001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #0C4C73

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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