#09499C

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

Shades of Cobalt #09499C

Tints of Cobalt #09499C

Color information

#09499C (or 0x09499C) is unknown color: approx Cobalt. HEX triplet: 09, 49 and 9C. RGB value is (9,73,156). Sum of RGB (Red+Green+Blue) = 9+73+156=238 (31% of max value = 765). Red value is 9 (3.91% from 255 or 3.78% from 238); Green value is 73 (28.91% from 255 or 30.67% from 238); Blue value is 156 (61.33% from 255 or 65.55% from 238); Max value from RGB is 156 - color contains mainly: blue. Hex color #09499C is not a web safe color. Web safe color analog (approx): #003399. Inversed color of #09499C is #F6B663. Grayscale: #3E3E3E. Windows color (decimal): -16168548 or 10242313. OLE color: 10242313.

HSL color Cylindrical-coordinate representation of color #09499C: hue angle of 213.88º degrees, saturation: 0.89, lightness: 0.32%. HSV value (or HSB Brightness) of color is 0.61% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #09499C is Cyan = 0.94, Magento = 0.53, Yellow = 0 and Black (K on CMYK) = 0.39.

Color convert

RGB973156-
CMYK0.940.5300.39
HSL213.88º89.09%32.35%-
HSV(B)213.88º94.23%61.18%-
XYZ8.57.2232.4-
YUV63.33180.389.25-

RGB Variations

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

RGB

RED value IS 9 (3.91% from 255) = 3.78%
GREEN value IS 73 (28.91% from 255) = 30.67%
BLUE value IS 156 (61.33% from 255) = 65.55%
R=3.78%
G=30.67%
B=65.55%

CMYK

C (Cyan) values IS 0.94
M (Magenta) values IS 0.53
Y (Yellow) values IS 0
K (Black) values IS 0.39
SystemRedGreenBlueCMYKHSL
Decimal9731560.940.5300.39213.8889.0932.35
Hex9499C5E35027d65920
Octal111112341366504732613140
Binary100110010011001110010111101101010100111110101101011001100000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #09499C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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