#0C499D

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

Shades of Cobalt #0C499D

Tints of Cobalt #0C499D

Color information

#0C499D (or 0x0C499D) is unknown color: approx Cobalt. HEX triplet: 0C, 49 and 9D. RGB value is (12,73,157). Sum of RGB (Red+Green+Blue) = 12+73+157=242 (32% of max value = 765). Red value is 12 (5.08% from 255 or 4.96% from 242); Green value is 73 (28.91% from 255 or 30.17% from 242); Blue value is 157 (61.72% from 255 or 64.88% from 242); Max value from RGB is 157 - color contains mainly: blue. Hex color #0C499D is not a web safe color. Web safe color analog (approx): #003399. Inversed color of #0C499D is #F3B662. Grayscale: #3F3F3F. Windows color (decimal): -15971939 or 10307852. OLE color: 10307852.

HSL color Cylindrical-coordinate representation of color #0C499D: hue angle of 214.76º 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 #0C499D is Cyan = 0.92, Magento = 0.54, Yellow = 0 and Black (K on CMYK) = 0.38.

Color convert

RGB1273157-
CMYK0.920.5400.38
HSL214.76º85.8%33.14%-
HSV(B)214.76º92.36%61.57%-
XYZ8.627.2832.85-
YUV64.34180.2990.67-

RGB Variations

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

RGB

RED value IS 12 (5.08% from 255) = 4.96%
GREEN value IS 73 (28.91% from 255) = 30.17%
BLUE value IS 157 (61.72% from 255) = 64.88%
R=4.96%
G=30.17%
B=64.88%

CMYK

C (Cyan) values IS 0.92
M (Magenta) values IS 0.54
Y (Yellow) values IS 0
K (Black) values IS 0.38
SystemRedGreenBlueCMYKHSL
Decimal12731570.920.5400.38214.7685.833.14
HexC499D5C36026d75621
Octal141112351346604632712641
Binary110010010011001110110111001101100100110110101111010110100001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #0C499D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(12,73,157); }

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

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

 a { background-color: rgb(12,73,157); }

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

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

 span { border-color: rgb(12,73,157); }

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