Shades of Cobalt #09519D
Tints of Cobalt #09519D
RGB
CMYK
RGB Variations
Color information
#09519D (or 0x09519D) is known color: Cobalt. HEX triplet: 09, 51 and 9D. RGB value is (9,81,157). Sum of RGB (Red+Green+Blue) = 9+81+157=247 (32% of max value = 765). Red value is 9 (3.91% from 255 or 3.64% from 247); Green value is 81 (32.03% from 255 or 32.79% from 247); Blue value is 157 (61.72% from 255 or 63.56% from 247); Max value from RGB is 157 - color contains mainly: blue. Hex color #09519D is not a web safe color. Web safe color analog (approx): #006699. Inversed color of #09519D is #F6AE62. Grayscale: #434343. Windows color (decimal): -16166499 or 10309897. OLE color: 10309897.
HSL color Cylindrical-coordinate representation of color #09519D: hue angle of 210.81º 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 #09519D is Cyan = 0.94, Magento = 0.48, Yellow = 0 and Black (K on CMYK) = 0.38.
Color convert
| RGB | 9 | 81 | 157 | - |
| CMYK | 0.94 | 0.48 | 0 | 0.38 |
| HSL | 210.81º | 0.89% | 0.33% | - |
| HSV(B) | 210.81º | 0.94% | 0.62% | - |
| XYZ | 9.14 | 8.38 | 33.03 | - |
| YUV | 68.14 | 178.15 | 85.82 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 9 | 81 | 157 | 0.94 | 0.48 | 0 | 0.38 | 210.81 | 0.89 | 0.33 |
| Hex | 9 | 51 | 9D | 5E | 30 | 0 | 26 | D3 | 59 | 21 |
| Octal | 11 | 121 | 235 | 136 | 60 | 0 | 46 | 323 | 131 | 41 |
| Binary | 1001 | 1010001 | 10011101 | 1011110 | 110000 | 0 | 100110 | 11010011 | 1011001 | 100001 |
Color Harmonies of #09519D
Complementary color
Monochromatic Colors of #09519D
Black with #09519D
Text Example
Text Example
White with #09519D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #09519D; }
p { color: rgb(9,81,157); }
H1.HeaderClassName
{
color: #09519D;
}
.AnyTagClassName
{
color: #09519D;
}
</style>
background-color css
<style>
a { background-color: #09519D; }
a { background-color: rgb(9,81,157); }
div.DivClassName
{
background-color: #09519D;
}
.BgClassName
{
background-color: #09519D;
}
</style>
border-color css
<style>
span { border-color: #09519D; }
span { border-color: rgb(9,81,157); }
td.TdClassName
{
border-color: #09519D;
}
.TagClassName
{
border-color: #09519D;
}
</style>