Shades of Smalt #0B429B
Tints of Smalt #0B429B
RGB
CMYK
RGB Variations
Color information
#0B429B (or 0x0B429B) is known color: Smalt. HEX triplet: 0B, 42 and 9B. RGB value is (11,66,155). Sum of RGB (Red+Green+Blue) = 11+66+155=232 (30% of max value = 765). Red value is 11 (4.69% from 255 or 4.74% from 232); Green value is 66 (26.17% from 255 or 28.45% from 232); Blue value is 155 (60.94% from 255 or 66.81% from 232); Max value from RGB is 155 - color contains mainly: blue. Hex color #0B429B is not a web safe color. Web safe color analog (approx): #003399. Inversed color of #0B429B is #F4BD64. Grayscale: #3B3B3B. Windows color (decimal): -16039269 or 10174987. OLE color: 10174987.
HSL color Cylindrical-coordinate representation of color #0B429B: hue angle of 217.08º degrees, saturation: 0.87, lightness: 0.33%. HSV value (or HSB Brightness) of color is 0.61% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #0B429B is Cyan = 0.93, Magento = 0.57, Yellow = 0 and Black (K on CMYK) = 0.39.
Color convert
| RGB | 11 | 66 | 155 | - |
| CMYK | 0.93 | 0.57 | 0 | 0.39 |
| HSL | 217.08º | 0.87% | 0.33% | - |
| HSV(B) | 217.08º | 0.93% | 0.61% | - |
| XYZ | 8 | 6.33 | 31.81 | - |
| YUV | 59.7 | 181.78 | 93.26 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 11 | 66 | 155 | 0.93 | 0.57 | 0 | 0.39 | 217.08 | 0.87 | 0.33 |
| Hex | B | 42 | 9B | 5D | 39 | 0 | 27 | D9 | 57 | 21 |
| Octal | 13 | 102 | 233 | 135 | 71 | 0 | 47 | 331 | 127 | 41 |
| Binary | 1011 | 1000010 | 10011011 | 1011101 | 111001 | 0 | 100111 | 11011001 | 1010111 | 100001 |
Color Harmonies of #0B429B
Complementary color
Monochromatic Colors of #0B429B
Black with #0B429B
Text Example
Text Example
White with #0B429B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #0B429B; }
p { color: rgb(11,66,155); }
H1.HeaderClassName
{
color: #0B429B;
}
.AnyTagClassName
{
color: #0B429B;
}
</style>
background-color css
<style>
a { background-color: #0B429B; }
a { background-color: rgb(11,66,155); }
div.DivClassName
{
background-color: #0B429B;
}
.BgClassName
{
background-color: #0B429B;
}
</style>
border-color css
<style>
span { border-color: #0B429B; }
span { border-color: rgb(11,66,155); }
td.TdClassName
{
border-color: #0B429B;
}
.TagClassName
{
border-color: #0B429B;
}
</style>