#09499f

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

Shades of Cobalt #09499F

Tints of Cobalt #09499F

Color information

#09499F (or 0x09499F) is unknown color: approx Cobalt. HEX triplet: 09, 49 and 9F. RGB value is (9,73,159). Sum of RGB (Red+Green+Blue) = 9+73+159=241 (31% of max value = 765). Red value is 9 (3.91% from 255 or 3.73% from 241); Green value is 73 (28.91% from 255 or 30.29% from 241); Blue value is 159 (62.5% from 255 or 65.98% from 241); Max value from RGB is 159 - color contains mainly: blue. Hex color #09499F is not a web safe color. Web safe color analog (approx): #003399. Inversed color of #09499F is #F6B660. Grayscale: #3F3F3F. Windows color (decimal): -16168545 or 10438921. OLE color: 10438921.

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

Color convert

RGB973159-
CMYK0.940.5400.38
HSL214.4º89.29%32.94%-
HSV(B)214.4º94.34%62.35%-
XYZ8.757.3333.75-
YUV63.67181.889.01-

RGB Variations

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

RGB

RED value IS 9 (3.91% from 255) = 3.73%
GREEN value IS 73 (28.91% from 255) = 30.29%
BLUE value IS 159 (62.5% from 255) = 65.98%
R=3.73%
G=30.29%
B=65.98%

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
Decimal9731590.940.5400.38214.489.2932.94
Hex9499F5E36026d65921
Octal111112371366604632613141
Binary100110010011001111110111101101100100110110101101011001100001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #09499f

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #09499f; }

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

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

<style>
 a { background-color: #09499f; }

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

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

<style>
 span { border-color: #09499f; }

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

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