Shades of Cobalt #0B429D
Tints of Cobalt #0B429D
RGB
CMYK
RGB Variations
Color information
#0B429D (or 0x0B429D) is known color: Cobalt. HEX triplet: 0B, 42 and 9D. RGB value is (11,66,157). Sum of RGB (Red+Green+Blue) = 11+66+157=234 (30% of max value = 765). Red value is 11 (4.69% from 255 or 4.70% from 234); Green value is 66 (26.17% from 255 or 28.21% from 234); Blue value is 157 (61.72% from 255 or 67.09% from 234); Max value from RGB is 157 - color contains mainly: blue. Hex color #0B429D is not a web safe color. Web safe color analog (approx): #003399. Inversed color of #0B429D is #F4BD62. Grayscale: #3B3B3B. Windows color (decimal): -16039267 or 10306059. OLE color: 10306059.
HSL color Cylindrical-coordinate representation of color #0B429D: hue angle of 217.4º 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 #0B429D is Cyan = 0.93, Magento = 0.58, Yellow = 0 and Black (K on CMYK) = 0.38.
Color convert
| RGB | 11 | 66 | 157 | - |
| CMYK | 0.93 | 0.58 | 0 | 0.38 |
| HSL | 217.4º | 0.87% | 0.33% | - |
| HSV(B) | 217.4º | 0.93% | 0.62% | - |
| XYZ | 8.17 | 6.4 | 32.7 | - |
| YUV | 59.93 | 182.78 | 93.1 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 11 | 66 | 157 | 0.93 | 0.58 | 0 | 0.38 | 217.4 | 0.87 | 0.33 |
| Hex | B | 42 | 9D | 5D | 3A | 0 | 26 | D9 | 57 | 21 |
| Octal | 13 | 102 | 235 | 135 | 72 | 0 | 46 | 331 | 127 | 41 |
| Binary | 1011 | 1000010 | 10011101 | 1011101 | 111010 | 0 | 100110 | 11011001 | 1010111 | 100001 |
Color Harmonies of #0B429D
Complementary color
Monochromatic Colors of #0B429D
Black with #0B429D
Text Example
Text Example
White with #0B429D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #0B429D; }
p { color: rgb(11,66,157); }
H1.HeaderClassName
{
color: #0B429D;
}
.AnyTagClassName
{
color: #0B429D;
}
</style>
background-color css
<style>
a { background-color: #0B429D; }
a { background-color: rgb(11,66,157); }
div.DivClassName
{
background-color: #0B429D;
}
.BgClassName
{
background-color: #0B429D;
}
</style>
border-color css
<style>
span { border-color: #0B429D; }
span { border-color: rgb(11,66,157); }
td.TdClassName
{
border-color: #0B429D;
}
.TagClassName
{
border-color: #0B429D;
}
</style>