#0c5299

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

Shades of Cobalt #0C5299

Tints of Cobalt #0C5299

Color information

#0C5299 (or 0x0C5299) is unknown color: approx Cobalt. HEX triplet: 0C, 52 and 99. RGB value is (12,82,153). Sum of RGB (Red+Green+Blue) = 12+82+153=247 (32% of max value = 765). Red value is 12 (5.08% from 255 or 4.86% from 247); Green value is 82 (32.42% from 255 or 33.20% from 247); Blue value is 153 (60.16% from 255 or 61.94% from 247); Max value from RGB is 153 - color contains mainly: blue. Hex color #0C5299 is not a web safe color. Web safe color analog (approx): #006699. Inversed color of #0C5299 is #F3AD66. Grayscale: #444444. Windows color (decimal): -15969639 or 10048012. OLE color: 10048012.

HSL color Cylindrical-coordinate representation of color #0C5299: hue angle of 210.21º degrees, saturation: 0.85, lightness: 0.32%. HSV value (or HSB Brightness) of color is 0.6% and HSV saturation: 0.92%. Process color model (Four color, CMYK) of #0C5299 is Cyan = 0.92, Magento = 0.46, Yellow = 0 and Black (K on CMYK) = 0.4.

Color convert

RGB1282153-
CMYK0.920.4600.4
HSL210.21º85.45%32.35%-
HSV(B)210.21º92.16%60%-
XYZ8.928.4131.29-
YUV69.16175.3187.23-

RGB Variations

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

RGB

RED value IS 12 (5.08% from 255) = 4.86%
GREEN value IS 82 (32.42% from 255) = 33.20%
BLUE value IS 153 (60.16% from 255) = 61.94%
R=4.86%
G=33.20%
B=61.94%

CMYK

C (Cyan) values IS 0.92
M (Magenta) values IS 0.46
Y (Yellow) values IS 0
K (Black) values IS 0.4
SystemRedGreenBlueCMYKHSL
Decimal12821530.920.4600.4210.2185.4532.35
HexC52995C2E028d25520
Octal141222311345605032212540
Binary110010100101001100110111001011100101000110100101010101100000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #0c5299

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(12,82,153); }

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

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

 a { background-color: rgb(12,82,153); }

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

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

 span { border-color: rgb(12,82,153); }

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