#0C4788

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

Shades of Dark Cerulean #0C4788

Tints of Dark Cerulean #0C4788

Color information

#0C4788 (or 0x0C4788) is unknown color: approx Dark Cerulean. HEX triplet: 0C, 47 and 88. RGB value is (12,71,136). Sum of RGB (Red+Green+Blue) = 12+71+136=219 (29% of max value = 765). Red value is 12 (5.08% from 255 or 5.48% from 219); Green value is 71 (28.12% from 255 or 32.42% from 219); Blue value is 136 (53.52% from 255 or 62.10% from 219); Max value from RGB is 136 - color contains mainly: blue. Hex color #0C4788 is not a web safe color. Web safe color analog (approx): #003399. Inversed color of #0C4788 is #F3B877. Grayscale: #3C3C3C. Windows color (decimal): -15972472 or 8931084. OLE color: 8931084.

HSL color Cylindrical-coordinate representation of color #0C4788: hue angle of 211.45º degrees, saturation: 0.84, lightness: 0.29%. HSV value (or HSB Brightness) of color is 0.53% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #0C4788 is Cyan = 0.91, Magento = 0.48, Yellow = 0 and Black (K on CMYK) = 0.47.

Color convert

RGB1271136-
CMYK0.910.4800.47
HSL211.45º83.78%29.02%-
HSV(B)211.45º91.18%53.33%-
XYZ6.856.3624.16-
YUV60.77170.4593.21-

RGB Variations

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

RGB

RED value IS 12 (5.08% from 255) = 5.48%
GREEN value IS 71 (28.12% from 255) = 32.42%
BLUE value IS 136 (53.52% from 255) = 62.10%
R=5.48%
G=32.42%
B=62.10%

CMYK

C (Cyan) values IS 0.91
M (Magenta) values IS 0.48
Y (Yellow) values IS 0
K (Black) values IS 0.47
SystemRedGreenBlueCMYKHSL
Decimal12711360.910.4800.47211.4583.7829.02
HexC47885B3002Fd3541d
Octal141072101336005732312435
Binary11001000111100010001011011110000010111111010011101010011101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #0C4788

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(12,71,136); }

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

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

 a { background-color: rgb(12,71,136); }

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

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

 span { border-color: rgb(12,71,136); }

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