Shades of Cobalt #09429D
Tints of Cobalt #09429D
RGB
CMYK
RGB Variations
Color information
#09429D (or 0x09429D) is known color: Cobalt. HEX triplet: 09, 42 and 9D. RGB value is (9,66,157). Sum of RGB (Red+Green+Blue) = 9+66+157=232 (30% of max value = 765). Red value is 9 (3.91% from 255 or 3.88% from 232); Green value is 66 (26.17% from 255 or 28.45% from 232); Blue value is 157 (61.72% from 255 or 67.67% from 232); Max value from RGB is 157 - color contains mainly: blue. Hex color #09429D is not a web safe color. Web safe color analog (approx): #003399. Inversed color of #09429D is #F6BD62. Grayscale: #3A3A3A. Windows color (decimal): -16170339 or 10306057. OLE color: 10306057.
HSL color Cylindrical-coordinate representation of color #09429D: hue angle of 216.89º 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 #09429D is Cyan = 0.94, Magento = 0.58, Yellow = 0 and Black (K on CMYK) = 0.38.
Color convert
| RGB | 9 | 66 | 157 | - |
| CMYK | 0.94 | 0.58 | 0 | 0.38 |
| HSL | 216.89º | 0.89% | 0.33% | - |
| HSV(B) | 216.89º | 0.94% | 0.62% | - |
| XYZ | 8.15 | 6.39 | 32.7 | - |
| YUV | 59.33 | 183.12 | 92.1 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 9 | 66 | 157 | 0.94 | 0.58 | 0 | 0.38 | 216.89 | 0.89 | 0.33 |
| Hex | 9 | 42 | 9D | 5E | 3A | 0 | 26 | D9 | 59 | 21 |
| Octal | 11 | 102 | 235 | 136 | 72 | 0 | 46 | 331 | 131 | 41 |
| Binary | 1001 | 1000010 | 10011101 | 1011110 | 111010 | 0 | 100110 | 11011001 | 1011001 | 100001 |
Color Harmonies of #09429D
Complementary color
Monochromatic Colors of #09429D
Black with #09429D
Text Example
Text Example
White with #09429D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #09429D; }
p { color: rgb(9,66,157); }
H1.HeaderClassName
{
color: #09429D;
}
.AnyTagClassName
{
color: #09429D;
}
</style>
background-color css
<style>
a { background-color: #09429D; }
a { background-color: rgb(9,66,157); }
div.DivClassName
{
background-color: #09429D;
}
.BgClassName
{
background-color: #09429D;
}
</style>
border-color css
<style>
span { border-color: #09429D; }
span { border-color: rgb(9,66,157); }
td.TdClassName
{
border-color: #09429D;
}
.TagClassName
{
border-color: #09429D;
}
</style>