Shades of Smalt #0B3399
Tints of Smalt #0B3399
RGB
CMYK
RGB Variations
Color information
#0B3399 (or 0x0B3399) is known color: Smalt. HEX triplet: 0B, 33 and 99. RGB value is (11,51,153). Sum of RGB (Red+Green+Blue) = 11+51+153=215 (28% of max value = 765). Red value is 11 (4.69% from 255 or 5.12% from 215); Green value is 51 (20.31% from 255 or 23.72% from 215); Blue value is 153 (60.16% from 255 or 71.16% from 215); Max value from RGB is 153 - color contains mainly: blue. Hex color #0B3399 is not a web safe color. Web safe color analog (approx): #003399. Inversed color of #0B3399 is #F4CC66. Grayscale: #323232. Windows color (decimal): -16043111 or 10040075. OLE color: 10040075.
HSL color Cylindrical-coordinate representation of color #0B3399: hue angle of 223.1º 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 #0B3399 is Cyan = 0.93, Magento = 0.67, Yellow = 0 and Black (K on CMYK) = 0.4.
Color convert
| RGB | 11 | 51 | 153 | - |
| CMYK | 0.93 | 0.67 | 0 | 0.4 |
| HSL | 223.1º | 0.87% | 0.32% | - |
| HSV(B) | 223.1º | 0.93% | 0.6% | - |
| XYZ | 7.07 | 4.74 | 30.68 | - |
| YUV | 50.67 | 185.75 | 99.71 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 11 | 51 | 153 | 0.93 | 0.67 | 0 | 0.4 | 223.1 | 0.87 | 0.32 |
| Hex | B | 33 | 99 | 5D | 43 | 0 | 28 | DF | 57 | 20 |
| Octal | 13 | 63 | 231 | 135 | 103 | 0 | 50 | 337 | 127 | 40 |
| Binary | 1011 | 110011 | 10011001 | 1011101 | 1000011 | 0 | 101000 | 11011111 | 1010111 | 100000 |
Color Harmonies of #0B3399
Complementary color
Monochromatic Colors of #0B3399
Black with #0B3399
Text Example
Text Example
White with #0B3399
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #0B3399; }
p { color: rgb(11,51,153); }
H1.HeaderClassName
{
color: #0B3399;
}
.AnyTagClassName
{
color: #0B3399;
}
</style>
background-color css
<style>
a { background-color: #0B3399; }
a { background-color: rgb(11,51,153); }
div.DivClassName
{
background-color: #0B3399;
}
.BgClassName
{
background-color: #0B3399;
}
</style>
border-color css
<style>
span { border-color: #0B3399; }
span { border-color: rgb(11,51,153); }
td.TdClassName
{
border-color: #0B3399;
}
.TagClassName
{
border-color: #0B3399;
}
</style>