Shades of Cobalt #09429E
Tints of Cobalt #09429E
RGB
CMYK
RGB Variations
Color information
#09429E (or 0x09429E) is known color: Cobalt. HEX triplet: 09, 42 and 9E. RGB value is (9,66,158). Sum of RGB (Red+Green+Blue) = 9+66+158=233 (30% of max value = 765). Red value is 9 (3.91% from 255 or 3.86% from 233); Green value is 66 (26.17% from 255 or 28.33% from 233); Blue value is 158 (62.11% from 255 or 67.81% from 233); Max value from RGB is 158 - color contains mainly: blue. Hex color #09429E is not a web safe color. Web safe color analog (approx): #003399. Inversed color of #09429E is #F6BD61. Grayscale: #3B3B3B. Windows color (decimal): -16170338 or 10371593. OLE color: 10371593.
HSL color Cylindrical-coordinate representation of color #09429E: hue angle of 217.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 #09429E is Cyan = 0.94, Magento = 0.58, Yellow = 0 and Black (K on CMYK) = 0.38.
Color convert
| RGB | 9 | 66 | 158 | - |
| CMYK | 0.94 | 0.58 | 0 | 0.38 |
| HSL | 217.05º | 0.89% | 0.33% | - |
| HSV(B) | 217.05º | 0.94% | 0.62% | - |
| XYZ | 8.23 | 6.42 | 33.15 | - |
| YUV | 59.45 | 183.62 | 92.02 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 9 | 66 | 158 | 0.94 | 0.58 | 0 | 0.38 | 217.05 | 0.89 | 0.33 |
| Hex | 9 | 42 | 9E | 5E | 3A | 0 | 26 | D9 | 59 | 21 |
| Octal | 11 | 102 | 236 | 136 | 72 | 0 | 46 | 331 | 131 | 41 |
| Binary | 1001 | 1000010 | 10011110 | 1011110 | 111010 | 0 | 100110 | 11011001 | 1011001 | 100001 |
Color Harmonies of #09429E
Complementary color
Monochromatic Colors of #09429E
Black with #09429E
Text Example
Text Example
White with #09429E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #09429E; }
p { color: rgb(9,66,158); }
H1.HeaderClassName
{
color: #09429E;
}
.AnyTagClassName
{
color: #09429E;
}
</style>
background-color css
<style>
a { background-color: #09429E; }
a { background-color: rgb(9,66,158); }
div.DivClassName
{
background-color: #09429E;
}
.BgClassName
{
background-color: #09429E;
}
</style>
border-color css
<style>
span { border-color: #09429E; }
span { border-color: rgb(9,66,158); }
td.TdClassName
{
border-color: #09429E;
}
.TagClassName
{
border-color: #09429E;
}
</style>