Shades of Cobalt #0B429F
Tints of Cobalt #0B429F
RGB
CMYK
RGB Variations
Color information
#0B429F (or 0x0B429F) is known color: Cobalt. HEX triplet: 0B, 42 and 9F. RGB value is (11,66,159). Sum of RGB (Red+Green+Blue) = 11+66+159=236 (31% of max value = 765). Red value is 11 (4.69% from 255 or 4.66% from 236); Green value is 66 (26.17% from 255 or 27.97% from 236); Blue value is 159 (62.5% from 255 or 67.37% from 236); Max value from RGB is 159 - color contains mainly: blue. Hex color #0B429F is not a web safe color. Web safe color analog (approx): #003399. Inversed color of #0B429F is #F4BD60. Grayscale: #3B3B3B. Windows color (decimal): -16039265 or 10437131. OLE color: 10437131.
HSL color Cylindrical-coordinate representation of color #0B429F: hue angle of 217.7º degrees, saturation: 0.87, lightness: 0.33%. HSV value (or HSB Brightness) of color is 0.62% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #0B429F is Cyan = 0.93, Magento = 0.58, Yellow = 0 and Black (K on CMYK) = 0.38.
Color convert
| RGB | 11 | 66 | 159 | - |
| CMYK | 0.93 | 0.58 | 0 | 0.38 |
| HSL | 217.7º | 0.87% | 0.33% | - |
| HSV(B) | 217.7º | 0.93% | 0.62% | - |
| XYZ | 8.34 | 6.47 | 33.61 | - |
| YUV | 60.16 | 183.78 | 92.94 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 11 | 66 | 159 | 0.93 | 0.58 | 0 | 0.38 | 217.7 | 0.87 | 0.33 |
| Hex | B | 42 | 9F | 5D | 3A | 0 | 26 | DA | 57 | 21 |
| Octal | 13 | 102 | 237 | 135 | 72 | 0 | 46 | 332 | 127 | 41 |
| Binary | 1011 | 1000010 | 10011111 | 1011101 | 111010 | 0 | 100110 | 11011010 | 1010111 | 100001 |
Color Harmonies of #0B429F
Complementary color
Monochromatic Colors of #0B429F
Black with #0B429F
Text Example
Text Example
White with #0B429F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #0B429F; }
p { color: rgb(11,66,159); }
H1.HeaderClassName
{
color: #0B429F;
}
.AnyTagClassName
{
color: #0B429F;
}
</style>
background-color css
<style>
a { background-color: #0B429F; }
a { background-color: rgb(11,66,159); }
div.DivClassName
{
background-color: #0B429F;
}
.BgClassName
{
background-color: #0B429F;
}
</style>
border-color css
<style>
span { border-color: #0B429F; }
span { border-color: rgb(11,66,159); }
td.TdClassName
{
border-color: #0B429F;
}
.TagClassName
{
border-color: #0B429F;
}
</style>