#0C57A0

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

Shades of Cobalt #0C57A0

Tints of Cobalt #0C57A0

Color information

#0C57A0 (or 0x0C57A0) is unknown color: approx Cobalt. HEX triplet: 0C, 57 and A0. RGB value is (12,87,160). Sum of RGB (Red+Green+Blue) = 12+87+160=259 (34% of max value = 765). Red value is 12 (5.08% from 255 or 4.63% from 259); Green value is 87 (34.38% from 255 or 33.59% from 259); Blue value is 160 (62.89% from 255 or 61.78% from 259); Max value from RGB is 160 - color contains mainly: blue. Hex color #0C57A0 is not a web safe color. Web safe color analog (approx): #006699. Inversed color of #0C57A0 is #F3A85F. Grayscale: #484848. Windows color (decimal): -15968352 or 10508044. OLE color: 10508044.

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

Color convert

RGB1287160-
CMYK0.930.4600.37
HSL209.59º86.05%33.73%-
HSV(B)209.59º92.5%62.75%-
XYZ9.99.4334.56-
YUV72.9177.1584.56-

RGB Variations

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

RGB

RED value IS 12 (5.08% from 255) = 4.63%
GREEN value IS 87 (34.38% from 255) = 33.59%
BLUE value IS 160 (62.89% from 255) = 61.78%
R=4.63%
G=33.59%
B=61.78%

CMYK

C (Cyan) values IS 0.93
M (Magenta) values IS 0.46
Y (Yellow) values IS 0
K (Black) values IS 0.37
SystemRedGreenBlueCMYKHSL
Decimal12871600.930.4600.37209.5986.0533.73
HexC57A05D2E025d25622
Octal141272401355604532212642
Binary110010101111010000010111011011100100101110100101010110100010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #0C57A0

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(12,87,160); }

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

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

 a { background-color: rgb(12,87,160); }

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

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

 span { border-color: rgb(12,87,160); }

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