#0C599A

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

Shades of Cobalt #0C599A

Tints of Cobalt #0C599A

Color information

#0C599A (or 0x0C599A) is unknown color: approx Cobalt. HEX triplet: 0C, 59 and 9A. RGB value is (12,89,154). Sum of RGB (Red+Green+Blue) = 12+89+154=255 (33% of max value = 765). Red value is 12 (5.08% from 255 or 4.71% from 255); Green value is 89 (35.16% from 255 or 34.90% from 255); Blue value is 154 (60.55% from 255 or 60.39% from 255); Max value from RGB is 154 - color contains mainly: blue. Hex color #0C599A is not a web safe color. Web safe color analog (approx): #006699. Inversed color of #0C599A is #F3A665. Grayscale: #494949. Windows color (decimal): -15967846 or 10115340. OLE color: 10115340.

HSL color Cylindrical-coordinate representation of color #0C599A: hue angle of 207.46º degrees, saturation: 0.86, lightness: 0.33%. HSV value (or HSB Brightness) of color is 0.6% and HSV saturation: 0.92%. Process color model (Four color, CMYK) of #0C599A is Cyan = 0.92, Magento = 0.42, Yellow = 0 and Black (K on CMYK) = 0.40.

Color convert

RGB1289154-
CMYK0.920.4200.40
HSL207.46º85.54%32.55%-
HSV(B)207.46º92.21%60.39%-
XYZ9.569.5631.91-
YUV73.39173.4984.21-

RGB Variations

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

RGB

RED value IS 12 (5.08% from 255) = 4.71%
GREEN value IS 89 (35.16% from 255) = 34.90%
BLUE value IS 154 (60.55% from 255) = 60.39%
R=4.71%
G=34.90%
B=60.39%

CMYK

C (Cyan) values IS 0.92
M (Magenta) values IS 0.42
Y (Yellow) values IS 0
K (Black) values IS 0.40
SystemRedGreenBlueCMYKHSL
Decimal12891540.920.4200.40207.4685.5432.55
HexC599A5C2A028cf5621
Octal141312321345205031712641
Binary110010110011001101010111001010100101000110011111010110100001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #0C599A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(12,89,154); }

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

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

 a { background-color: rgb(12,89,154); }

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

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

 span { border-color: rgb(12,89,154); }

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