#0C4E88

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

Shades of Dark Cerulean #0C4E88

Tints of Dark Cerulean #0C4E88

Color information

#0C4E88 (or 0x0C4E88) is unknown color: approx Dark Cerulean. HEX triplet: 0C, 4E and 88. RGB value is (12,78,136). Sum of RGB (Red+Green+Blue) = 12+78+136=226 (29% of max value = 765). Red value is 12 (5.08% from 255 or 5.31% from 226); Green value is 78 (30.86% from 255 or 34.51% from 226); Blue value is 136 (53.52% from 255 or 60.18% from 226); Max value from RGB is 136 - color contains mainly: blue. Hex color #0C4E88 is not a web safe color. Web safe color analog (approx): #006699. Inversed color of #0C4E88 is #F3B177. Grayscale: #404040. Windows color (decimal): -15970680 or 8932876. OLE color: 8932876.

HSL color Cylindrical-coordinate representation of color #0C4E88: hue angle of 208.06º 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 #0C4E88 is Cyan = 0.91, Magento = 0.43, Yellow = 0 and Black (K on CMYK) = 0.47.

Color convert

RGB1278136-
CMYK0.910.4300.47
HSL208.06º83.78%29.02%-
HSV(B)208.06º91.18%53.33%-
XYZ7.327.324.32-
YUV64.88168.1390.28-

RGB Variations

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

RGB

RED value IS 12 (5.08% from 255) = 5.31%
GREEN value IS 78 (30.86% from 255) = 34.51%
BLUE value IS 136 (53.52% from 255) = 60.18%
R=5.31%
G=34.51%
B=60.18%

CMYK

C (Cyan) values IS 0.91
M (Magenta) values IS 0.43
Y (Yellow) values IS 0
K (Black) values IS 0.47
SystemRedGreenBlueCMYKHSL
Decimal12781360.910.4300.47208.0683.7829.02
HexC4E885B2B02Fd0541d
Octal141162101335305732012435
Binary11001001110100010001011011101011010111111010000101010011101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #0C4E88

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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