#0C58A2

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

Shades of Cobalt #0C58A2

Tints of Cobalt #0C58A2

Color information

#0C58A2 (or 0x0C58A2) is unknown color: approx Cobalt. HEX triplet: 0C, 58 and A2. RGB value is (12,88,162). Sum of RGB (Red+Green+Blue) = 12+88+162=262 (34% of max value = 765). Red value is 12 (5.08% from 255 or 4.58% from 262); Green value is 88 (34.77% from 255 or 33.59% from 262); Blue value is 162 (63.67% from 255 or 61.83% from 262); Max value from RGB is 162 - color contains mainly: blue. Hex color #0C58A2 is not a web safe color. Web safe color analog (approx): #006699. Inversed color of #0C58A2 is #F3A75D. Grayscale: #494949. Windows color (decimal): -15968094 or 10639372. OLE color: 10639372.

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

Color convert

RGB1288162-
CMYK0.930.4600.36
HSL209.6º86.21%34.12%-
HSV(B)209.6º92.59%63.53%-
XYZ10.169.6735.51-
YUV73.71177.8283.98-

RGB Variations

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

RGB

RED value IS 12 (5.08% from 255) = 4.58%
GREEN value IS 88 (34.77% from 255) = 33.59%
BLUE value IS 162 (63.67% from 255) = 61.83%
R=4.58%
G=33.59%
B=61.83%

CMYK

C (Cyan) values IS 0.93
M (Magenta) values IS 0.46
Y (Yellow) values IS 0
K (Black) values IS 0.36
SystemRedGreenBlueCMYKHSL
Decimal12881620.930.4600.36209.686.2134.12
HexC58A25D2E024d25622
Octal141302421355604432212642
Binary110010110001010001010111011011100100100110100101010110100010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #0C58A2

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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