#0C52A2

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

Shades of Cobalt #0C52A2

Tints of Cobalt #0C52A2

Color information

#0C52A2 (or 0x0C52A2) is unknown color: approx Cobalt. HEX triplet: 0C, 52 and A2. RGB value is (12,82,162). Sum of RGB (Red+Green+Blue) = 12+82+162=256 (33% of max value = 765). Red value is 12 (5.08% from 255 or 4.69% from 256); Green value is 82 (32.42% from 255 or 32.03% from 256); Blue value is 162 (63.67% from 255 or 63.28% from 256); Max value from RGB is 162 - color contains mainly: blue. Hex color #0C52A2 is not a web safe color. Web safe color analog (approx): #006699. Inversed color of #0C52A2 is #F3AD5D. Grayscale: #454545. Windows color (decimal): -15969630 or 10637836. OLE color: 10637836.

HSL color Cylindrical-coordinate representation of color #0C52A2: hue angle of 212º degrees, saturation: 0.86, lightness: 0.34%. HSV value (or HSB Brightness) of color is 0.64% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #0C52A2 is Cyan = 0.93, Magento = 0.49, Yellow = 0 and Black (K on CMYK) = 0.36.

Color convert

RGB1282162-
CMYK0.930.4900.36
HSL212º86.21%34.12%-
HSV(B)212º92.59%63.53%-
XYZ9.698.7235.36-
YUV70.19179.8186.5-

RGB Variations

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

RGB

RED value IS 12 (5.08% from 255) = 4.69%
GREEN value IS 82 (32.42% from 255) = 32.03%
BLUE value IS 162 (63.67% from 255) = 63.28%
R=4.69%
G=32.03%
B=63.28%

CMYK

C (Cyan) values IS 0.93
M (Magenta) values IS 0.49
Y (Yellow) values IS 0
K (Black) values IS 0.36
SystemRedGreenBlueCMYKHSL
Decimal12821620.930.4900.3621286.2134.12
HexC52A25D31024d45622
Octal141222421356104432412642
Binary110010100101010001010111011100010100100110101001010110100010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #0C52A2

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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