Shades of Smalt #0B3B99
Tints of Smalt #0B3B99
RGB
CMYK
RGB Variations
Color information
#0B3B99 (or 0x0B3B99) is known color: Smalt. HEX triplet: 0B, 3B and 99. RGB value is (11,59,153). Sum of RGB (Red+Green+Blue) = 11+59+153=223 (29% of max value = 765). Red value is 11 (4.69% from 255 or 4.93% from 223); Green value is 59 (23.44% from 255 or 26.46% from 223); Blue value is 153 (60.16% from 255 or 68.61% from 223); Max value from RGB is 153 - color contains mainly: blue. Hex color #0B3B99 is not a web safe color. Web safe color analog (approx): #003399. Inversed color of #0B3B99 is #F4C466. Grayscale: #363636. Windows color (decimal): -16041063 or 10042123. OLE color: 10042123.
HSL color Cylindrical-coordinate representation of color #0B3B99: hue angle of 219.72º degrees, saturation: 0.87, lightness: 0.32%. HSV value (or HSB Brightness) of color is 0.6% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #0B3B99 is Cyan = 0.93, Magento = 0.61, Yellow = 0 and Black (K on CMYK) = 0.4.
Color convert
| RGB | 11 | 59 | 153 | - |
| CMYK | 0.93 | 0.61 | 0 | 0.4 |
| HSL | 219.72º | 0.87% | 0.32% | - |
| HSV(B) | 219.72º | 0.93% | 0.6% | - |
| XYZ | 7.45 | 5.5 | 30.81 | - |
| YUV | 55.36 | 183.1 | 96.36 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 11 | 59 | 153 | 0.93 | 0.61 | 0 | 0.4 | 219.72 | 0.87 | 0.32 |
| Hex | B | 3B | 99 | 5D | 3D | 0 | 28 | DC | 57 | 20 |
| Octal | 13 | 73 | 231 | 135 | 75 | 0 | 50 | 334 | 127 | 40 |
| Binary | 1011 | 111011 | 10011001 | 1011101 | 111101 | 0 | 101000 | 11011100 | 1010111 | 100000 |
Color Harmonies of #0B3B99
Complementary color
Monochromatic Colors of #0B3B99
Black with #0B3B99
Text Example
Text Example
White with #0B3B99
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #0B3B99; }
p { color: rgb(11,59,153); }
H1.HeaderClassName
{
color: #0B3B99;
}
.AnyTagClassName
{
color: #0B3B99;
}
</style>
background-color css
<style>
a { background-color: #0B3B99; }
a { background-color: rgb(11,59,153); }
div.DivClassName
{
background-color: #0B3B99;
}
.BgClassName
{
background-color: #0B3B99;
}
</style>
border-color css
<style>
span { border-color: #0B3B99; }
span { border-color: rgb(11,59,153); }
td.TdClassName
{
border-color: #0B3B99;
}
.TagClassName
{
border-color: #0B3B99;
}
</style>