#0C4C9E

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

Shades of Cobalt #0C4C9E

Tints of Cobalt #0C4C9E

Color information

#0C4C9E (or 0x0C4C9E) is unknown color: approx Cobalt. HEX triplet: 0C, 4C and 9E. RGB value is (12,76,158). Sum of RGB (Red+Green+Blue) = 12+76+158=246 (32% of max value = 765). Red value is 12 (5.08% from 255 or 4.88% from 246); Green value is 76 (30.08% from 255 or 30.89% from 246); Blue value is 158 (62.11% from 255 or 64.23% from 246); Max value from RGB is 158 - color contains mainly: blue. Hex color #0C4C9E is not a web safe color. Web safe color analog (approx): #003399. Inversed color of #0C4C9E is #F3B361. Grayscale: #414141. Windows color (decimal): -15971170 or 10374156. OLE color: 10374156.

HSL color Cylindrical-coordinate representation of color #0C4C9E: hue angle of 213.7º degrees, saturation: 0.86, lightness: 0.33%. HSV value (or HSB Brightness) of color is 0.62% and HSV saturation: 0.92%. Process color model (Four color, CMYK) of #0C4C9E is Cyan = 0.92, Magento = 0.52, Yellow = 0 and Black (K on CMYK) = 0.38.

Color convert

RGB1276158-
CMYK0.920.5200.38
HSL213.7º85.88%33.33%-
HSV(B)213.7º92.41%61.96%-
XYZ8.917.7233.37-
YUV66.21179.889.33-

RGB Variations

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

RGB

RED value IS 12 (5.08% from 255) = 4.88%
GREEN value IS 76 (30.08% from 255) = 30.89%
BLUE value IS 158 (62.11% from 255) = 64.23%
R=4.88%
G=30.89%
B=64.23%

CMYK

C (Cyan) values IS 0.92
M (Magenta) values IS 0.52
Y (Yellow) values IS 0
K (Black) values IS 0.38
SystemRedGreenBlueCMYKHSL
Decimal12761580.920.5200.38213.785.8833.33
HexC4C9E5C34026d65621
Octal141142361346404632612641
Binary110010011001001111010111001101000100110110101101010110100001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #0C4C9E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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