#0c52a3

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

Shades of Cobalt #0C52A3

Tints of Cobalt #0C52A3

Color information

#0C52A3 (or 0x0C52A3) is unknown color: approx Cobalt. HEX triplet: 0C, 52 and A3. RGB value is (12,82,163). Sum of RGB (Red+Green+Blue) = 12+82+163=257 (34% of max value = 765). Red value is 12 (5.08% from 255 or 4.67% from 257); Green value is 82 (32.42% from 255 or 31.91% from 257); Blue value is 163 (64.06% from 255 or 63.42% from 257); Max value from RGB is 163 - color contains mainly: blue. Hex color #0C52A3 is not a web safe color. Web safe color analog (approx): #006699. Inversed color of #0C52A3 is #F3AD5C. Grayscale: #454545. Windows color (decimal): -15969629 or 10703372. OLE color: 10703372.

HSL color Cylindrical-coordinate representation of color #0C52A3: hue angle of 212.19º 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 #0C52A3 is Cyan = 0.93, Magento = 0.50, Yellow = 0 and Black (K on CMYK) = 0.36.

Color convert

RGB1282163-
CMYK0.930.5000.36
HSL212.19º86.29%34.31%-
HSV(B)212.19º92.64%63.92%-
XYZ9.788.7635.83-
YUV70.3180.3186.41-

RGB Variations

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

RGB

RED value IS 12 (5.08% from 255) = 4.67%
GREEN value IS 82 (32.42% from 255) = 31.91%
BLUE value IS 163 (64.06% from 255) = 63.42%
R=4.67%
G=31.91%
B=63.42%

CMYK

C (Cyan) values IS 0.93
M (Magenta) values IS 0.50
Y (Yellow) values IS 0
K (Black) values IS 0.36
SystemRedGreenBlueCMYKHSL
Decimal12821630.930.5000.36212.1986.2934.31
HexC52A35D32024d45622
Octal141222431356204432412642
Binary110010100101010001110111011100100100100110101001010110100010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #0c52a3

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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