Shades of Smalt #0B3299
Tints of Smalt #0B3299
RGB
CMYK
RGB Variations
Color information
#0B3299 (or 0x0B3299) is known color: Smalt. HEX triplet: 0B, 32 and 99. RGB value is (11,50,153). Sum of RGB (Red+Green+Blue) = 11+50+153=214 (28% of max value = 765). Red value is 11 (4.69% from 255 or 5.14% from 214); Green value is 50 (19.92% from 255 or 23.36% from 214); Blue value is 153 (60.16% from 255 or 71.50% from 214); Max value from RGB is 153 - color contains mainly: blue. Hex color #0B3299 is not a web safe color. Web safe color analog (approx): #003399. Inversed color of #0B3299 is #F4CD66. Grayscale: #313131. Windows color (decimal): -16043367 or 10039819. OLE color: 10039819.
HSL color Cylindrical-coordinate representation of color #0B3299: hue angle of 223.52º 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 #0B3299 is Cyan = 0.93, Magento = 0.67, Yellow = 0 and Black (K on CMYK) = 0.4.
Color convert
| RGB | 11 | 50 | 153 | - |
| CMYK | 0.93 | 0.67 | 0 | 0.4 |
| HSL | 223.52º | 0.87% | 0.32% | - |
| HSV(B) | 223.52º | 0.93% | 0.6% | - |
| XYZ | 7.03 | 4.65 | 30.66 | - |
| YUV | 50.08 | 186.08 | 100.12 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 11 | 50 | 153 | 0.93 | 0.67 | 0 | 0.4 | 223.52 | 0.87 | 0.32 |
| Hex | B | 32 | 99 | 5D | 43 | 0 | 28 | E0 | 57 | 20 |
| Octal | 13 | 62 | 231 | 135 | 103 | 0 | 50 | 340 | 127 | 40 |
| Binary | 1011 | 110010 | 10011001 | 1011101 | 1000011 | 0 | 101000 | 11100000 | 1010111 | 100000 |
Color Harmonies of #0B3299
Complementary color
Monochromatic Colors of #0B3299
Black with #0B3299
Text Example
Text Example
White with #0B3299
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #0B3299; }
p { color: rgb(11,50,153); }
H1.HeaderClassName
{
color: #0B3299;
}
.AnyTagClassName
{
color: #0B3299;
}
</style>
background-color css
<style>
a { background-color: #0B3299; }
a { background-color: rgb(11,50,153); }
div.DivClassName
{
background-color: #0B3299;
}
.BgClassName
{
background-color: #0B3299;
}
</style>
border-color css
<style>
span { border-color: #0B3299; }
span { border-color: rgb(11,50,153); }
td.TdClassName
{
border-color: #0B3299;
}
.TagClassName
{
border-color: #0B3299;
}
</style>