#0A499F

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

Shades of Cobalt #0A499F

Tints of Cobalt #0A499F

Color information

#0A499F (or 0x0A499F) is unknown color: approx Cobalt. HEX triplet: 0A, 49 and 9F. RGB value is (10,73,159). Sum of RGB (Red+Green+Blue) = 10+73+159=242 (32% of max value = 765). Red value is 10 (4.30% from 255 or 4.13% from 242); Green value is 73 (28.91% from 255 or 30.17% from 242); Blue value is 159 (62.5% from 255 or 65.70% from 242); Max value from RGB is 159 - color contains mainly: blue. Hex color #0A499F is not a web safe color. Web safe color analog (approx): #003399. Inversed color of #0A499F is #F5B660. Grayscale: #3F3F3F. Windows color (decimal): -16103009 or 10438922. OLE color: 10438922.

HSL color Cylindrical-coordinate representation of color #0A499F: hue angle of 214.63º 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 #0A499F is Cyan = 0.94, Magento = 0.54, Yellow = 0 and Black (K on CMYK) = 0.38.

Color convert

RGB1073159-
CMYK0.940.5400.38
HSL214.63º88.17%33.14%-
HSV(B)214.63º93.71%62.35%-
XYZ8.777.3333.75-
YUV63.97181.6389.51-

RGB Variations

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

RGB

RED value IS 10 (4.30% from 255) = 4.13%
GREEN value IS 73 (28.91% from 255) = 30.17%
BLUE value IS 159 (62.5% from 255) = 65.70%
R=4.13%
G=30.17%
B=65.70%

CMYK

C (Cyan) values IS 0.94
M (Magenta) values IS 0.54
Y (Yellow) values IS 0
K (Black) values IS 0.38
SystemRedGreenBlueCMYKHSL
Decimal10731590.940.5400.38214.6388.1733.14
HexA499F5E36026d75821
Octal121112371366604632713041
Binary101010010011001111110111101101100100110110101111011000100001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #0A499F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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