#0C609F

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

Shades of Cobalt #0C609F

Tints of Cobalt #0C609F

Color information

#0C609F (or 0x0C609F) is unknown color: approx Cobalt. HEX triplet: 0C, 60 and 9F. RGB value is (12,96,159). Sum of RGB (Red+Green+Blue) = 12+96+159=267 (35% of max value = 765). Red value is 12 (5.08% from 255 or 4.49% from 267); Green value is 96 (37.89% from 255 or 35.96% from 267); Blue value is 159 (62.5% from 255 or 59.55% from 267); Max value from RGB is 159 - color contains mainly: blue. Hex color #0C609F is not a web safe color. Web safe color analog (approx): #006699. Inversed color of #0C609F is #F39F60. Grayscale: #4D4D4D. Windows color (decimal): -15966049 or 10444812. OLE color: 10444812.

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

Color convert

RGB1296159-
CMYK0.920.4000.38
HSL205.71º85.96%33.53%-
HSV(B)205.71º92.45%62.35%-
XYZ10.5910.9534.36-
YUV78.07173.6780.88-

RGB Variations

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

RGB

RED value IS 12 (5.08% from 255) = 4.49%
GREEN value IS 96 (37.89% from 255) = 35.96%
BLUE value IS 159 (62.5% from 255) = 59.55%
R=4.49%
G=35.96%
B=59.55%

CMYK

C (Cyan) values IS 0.92
M (Magenta) values IS 0.40
Y (Yellow) values IS 0
K (Black) values IS 0.38
SystemRedGreenBlueCMYKHSL
Decimal12961590.920.4000.38205.7185.9633.53
HexC609F5C28026ce5622
Octal141402371345004631612642
Binary110011000001001111110111001010000100110110011101010110100010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #0C609F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(12,96,159); }

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

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

 a { background-color: rgb(12,96,159); }

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

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

 span { border-color: rgb(12,96,159); }

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