#09499D

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

Shades of Cobalt #09499D

Tints of Cobalt #09499D

Color information

#09499D (or 0x09499D) is unknown color: approx Cobalt. HEX triplet: 09, 49 and 9D. RGB value is (9,73,157). Sum of RGB (Red+Green+Blue) = 9+73+157=239 (31% of max value = 765). Red value is 9 (3.91% from 255 or 3.77% from 239); Green value is 73 (28.91% from 255 or 30.54% from 239); Blue value is 157 (61.72% from 255 or 65.69% from 239); Max value from RGB is 157 - color contains mainly: blue. Hex color #09499D is not a web safe color. Web safe color analog (approx): #003399. Inversed color of #09499D is #F6B662. Grayscale: #3F3F3F. Windows color (decimal): -16168547 or 10307849. OLE color: 10307849.

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

Color convert

RGB973157-
CMYK0.940.5400.38
HSL214.05º89.16%32.55%-
HSV(B)214.05º94.27%61.57%-
XYZ8.587.2632.85-
YUV63.44180.889.17-

RGB Variations

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

RGB

RED value IS 9 (3.91% from 255) = 3.77%
GREEN value IS 73 (28.91% from 255) = 30.54%
BLUE value IS 157 (61.72% from 255) = 65.69%
R=3.77%
G=30.54%
B=65.69%

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
Decimal9731570.940.5400.38214.0589.1632.55
Hex9499D5E36026d65921
Octal111112351366604632613141
Binary100110010011001110110111101101100100110110101101011001100001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #09499D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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