Shades of Cobalt #09419E
Tints of Cobalt #09419E
RGB
CMYK
RGB Variations
Color information
#09419E (or 0x09419E) is known color: Cobalt. HEX triplet: 09, 41 and 9E. RGB value is (9,65,158). Sum of RGB (Red+Green+Blue) = 9+65+158=232 (30% of max value = 765). Red value is 9 (3.91% from 255 or 3.88% from 232); Green value is 65 (25.78% from 255 or 28.02% from 232); Blue value is 158 (62.11% from 255 or 68.10% from 232); Max value from RGB is 158 - color contains mainly: blue. Hex color #09419E is not a web safe color. Web safe color analog (approx): #003399. Inversed color of #09419E is #F6BE61. Grayscale: #3A3A3A. Windows color (decimal): -16170594 or 10371337. OLE color: 10371337.
HSL color Cylindrical-coordinate representation of color #09419E: hue angle of 217.45º 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 #09419E is Cyan = 0.94, Magento = 0.59, Yellow = 0 and Black (K on CMYK) = 0.38.
Color convert
| RGB | 9 | 65 | 158 | - |
| CMYK | 0.94 | 0.59 | 0 | 0.38 |
| HSL | 217.45º | 0.89% | 0.33% | - |
| HSV(B) | 217.45º | 0.94% | 0.62% | - |
| XYZ | 8.17 | 6.31 | 33.13 | - |
| YUV | 58.86 | 183.95 | 92.44 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 9 | 65 | 158 | 0.94 | 0.59 | 0 | 0.38 | 217.45 | 0.89 | 0.33 |
| Hex | 9 | 41 | 9E | 5E | 3B | 0 | 26 | D9 | 59 | 21 |
| Octal | 11 | 101 | 236 | 136 | 73 | 0 | 46 | 331 | 131 | 41 |
| Binary | 1001 | 1000001 | 10011110 | 1011110 | 111011 | 0 | 100110 | 11011001 | 1011001 | 100001 |
Color Harmonies of #09419E
Complementary color
Monochromatic Colors of #09419E
Black with #09419E
Text Example
Text Example
White with #09419E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #09419E; }
p { color: rgb(9,65,158); }
H1.HeaderClassName
{
color: #09419E;
}
.AnyTagClassName
{
color: #09419E;
}
</style>
background-color css
<style>
a { background-color: #09419E; }
a { background-color: rgb(9,65,158); }
div.DivClassName
{
background-color: #09419E;
}
.BgClassName
{
background-color: #09419E;
}
</style>
border-color css
<style>
span { border-color: #09419E; }
span { border-color: rgb(9,65,158); }
td.TdClassName
{
border-color: #09419E;
}
.TagClassName
{
border-color: #09419E;
}
</style>