Shades of Cobalt #09479D
Tints of Cobalt #09479D
RGB
CMYK
RGB Variations
Color information
#09479D (or 0x09479D) is known color: Cobalt. HEX triplet: 09, 47 and 9D. RGB value is (9,71,157). Sum of RGB (Red+Green+Blue) = 9+71+157=237 (31% of max value = 765). Red value is 9 (3.91% from 255 or 3.80% from 237); Green value is 71 (28.12% from 255 or 29.96% from 237); Blue value is 157 (61.72% from 255 or 66.24% from 237); Max value from RGB is 157 - color contains mainly: blue. Hex color #09479D is not a web safe color. Web safe color analog (approx): #003399. Inversed color of #09479D is #F6B862. Grayscale: #3D3D3D. Windows color (decimal): -16169059 or 10307337. OLE color: 10307337.
HSL color Cylindrical-coordinate representation of color #09479D: hue angle of 214.86º 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 #09479D is Cyan = 0.94, Magento = 0.55, Yellow = 0 and Black (K on CMYK) = 0.38.
Color convert
| RGB | 9 | 71 | 157 | - |
| CMYK | 0.94 | 0.55 | 0 | 0.38 |
| HSL | 214.86º | 0.89% | 0.33% | - |
| HSV(B) | 214.86º | 0.94% | 0.62% | - |
| XYZ | 8.45 | 7 | 32.8 | - |
| YUV | 62.27 | 181.46 | 90.01 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 9 | 71 | 157 | 0.94 | 0.55 | 0 | 0.38 | 214.86 | 0.89 | 0.33 |
| Hex | 9 | 47 | 9D | 5E | 37 | 0 | 26 | D7 | 59 | 21 |
| Octal | 11 | 107 | 235 | 136 | 67 | 0 | 46 | 327 | 131 | 41 |
| Binary | 1001 | 1000111 | 10011101 | 1011110 | 110111 | 0 | 100110 | 11010111 | 1011001 | 100001 |
Color Harmonies of #09479D
Complementary color
Monochromatic Colors of #09479D
Black with #09479D
Text Example
Text Example
White with #09479D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #09479D; }
p { color: rgb(9,71,157); }
H1.HeaderClassName
{
color: #09479D;
}
.AnyTagClassName
{
color: #09479D;
}
</style>
background-color css
<style>
a { background-color: #09479D; }
a { background-color: rgb(9,71,157); }
div.DivClassName
{
background-color: #09479D;
}
.BgClassName
{
background-color: #09479D;
}
</style>
border-color css
<style>
span { border-color: #09479D; }
span { border-color: rgb(9,71,157); }
td.TdClassName
{
border-color: #09479D;
}
.TagClassName
{
border-color: #09479D;
}
</style>