#0C4B70

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

Shades of Dark Cerulean #0C4B70

Tints of Dark Cerulean #0C4B70

Color information

#0C4B70 (or 0x0C4B70) is unknown color: approx Dark Cerulean. HEX triplet: 0C, 4B and 70. RGB value is (12,75,112). Sum of RGB (Red+Green+Blue) = 12+75+112=199 (26% of max value = 765). Red value is 12 (5.08% from 255 or 6.03% from 199); Green value is 75 (29.69% from 255 or 37.69% from 199); Blue value is 112 (44.14% from 255 or 56.28% from 199); Max value from RGB is 112 - color contains mainly: blue. Hex color #0C4B70 is not a web safe color. Web safe color analog (approx): #003366. Inversed color of #0C4B70 is #F3B48F. Grayscale: #3C3C3C. Windows color (decimal): -15971472 or 7359244. OLE color: 7359244.

HSL color Cylindrical-coordinate representation of color #0C4B70: hue angle of 202.2º degrees, saturation: 0.81, lightness: 0.24%. HSV value (or HSB Brightness) of color is 0.44% and HSV saturation: 0.89%. Process color model (Four color, CMYK) of #0C4B70 is Cyan = 0.89, Magento = 0.33, Yellow = 0 and Black (K on CMYK) = 0.56.

Color convert

RGB1275112-
CMYK0.890.3300.56
HSL202.2º80.65%24.31%-
HSV(B)202.2º89.29%43.92%-
XYZ5.596.2816.25-
YUV60.38157.1393.49-

RGB Variations

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

RGB

RED value IS 12 (5.08% from 255) = 6.03%
GREEN value IS 75 (29.69% from 255) = 37.69%
BLUE value IS 112 (44.14% from 255) = 56.28%
R=6.03%
G=37.69%
B=56.28%

CMYK

C (Cyan) values IS 0.89
M (Magenta) values IS 0.33
Y (Yellow) values IS 0
K (Black) values IS 0.56
SystemRedGreenBlueCMYKHSL
Decimal12751120.890.3300.56202.280.6524.31
HexC4B705921038ca5118
Octal141131601314107031212130
Binary1100100101111100001011001100001011100011001010101000111000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #0C4B70

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(12,75,112); }

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

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

 a { background-color: rgb(12,75,112); }

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

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

 span { border-color: rgb(12,75,112); }

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