#0A609F

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

Shades of Cobalt #0A609F

Tints of Cobalt #0A609F

Color information

#0A609F (or 0x0A609F) is unknown color: approx Cobalt. HEX triplet: 0A, 60 and 9F. RGB value is (10,96,159). Sum of RGB (Red+Green+Blue) = 10+96+159=265 (35% of max value = 765). Red value is 10 (4.30% from 255 or 3.77% from 265); Green value is 96 (37.89% from 255 or 36.23% from 265); Blue value is 159 (62.5% from 255 or 60% from 265); Max value from RGB is 159 - color contains mainly: blue. Hex color #0A609F is not a web safe color. Web safe color analog (approx): #006699. Inversed color of #0A609F is #F59F60. Grayscale: #4D4D4D. Windows color (decimal): -16097121 or 10444810. OLE color: 10444810.

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

Color convert

RGB1096159-
CMYK0.940.4000.38
HSL205.37º88.17%33.14%-
HSV(B)205.37º93.71%62.35%-
XYZ10.5710.9334.35-
YUV77.47174.0179.88-

RGB Variations

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

RGB

RED value IS 10 (4.30% from 255) = 3.77%
GREEN value IS 96 (37.89% from 255) = 36.23%
BLUE value IS 159 (62.5% from 255) = 60%
R=3.77%
G=36.23%
B=60%

CMYK

C (Cyan) values IS 0.94
M (Magenta) values IS 0.40
Y (Yellow) values IS 0
K (Black) values IS 0.38
SystemRedGreenBlueCMYKHSL
Decimal10961590.940.4000.38205.3788.1733.14
HexA609F5E28026cd5821
Octal121402371365004631513041
Binary101011000001001111110111101010000100110110011011011000100001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #0A609F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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