Shades of Smalt #0B2884
Tints of Smalt #0B2884
RGB
CMYK
RGB Variations
Color information
#0B2884 (or 0x0B2884) is known color: Smalt. HEX triplet: 0B, 28 and 84. RGB value is (11,40,132). Sum of RGB (Red+Green+Blue) = 11+40+132=183 (24% of max value = 765). Red value is 11 (4.69% from 255 or 6.01% from 183); Green value is 40 (16.02% from 255 or 21.86% from 183); Blue value is 132 (51.95% from 255 or 72.13% from 183); Max value from RGB is 132 - color contains mainly: blue. Hex color #0B2884 is not a web safe color. Web safe color analog (approx): #003399. Inversed color of #0B2884 is #F4D77B. Grayscale: #292929. Windows color (decimal): -16045948 or 8661003. OLE color: 8661003.
HSL color Cylindrical-coordinate representation of color #0B2884: hue angle of 225.62º degrees, saturation: 0.85, lightness: 0.28%. HSV value (or HSB Brightness) of color is 0.52% and HSV saturation: 0.92%. Process color model (Four color, CMYK) of #0B2884 is Cyan = 0.92, Magento = 0.70, Yellow = 0 and Black (K on CMYK) = 0.48.
Color convert
| RGB | 11 | 40 | 132 | - |
| CMYK | 0.92 | 0.70 | 0 | 0.48 |
| HSL | 225.62º | 0.85% | 0.28% | - |
| HSV(B) | 225.62º | 0.92% | 0.52% | - |
| XYZ | 5.06 | 3.25 | 22.19 | - |
| YUV | 41.82 | 178.89 | 106.02 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 11 | 40 | 132 | 0.92 | 0.70 | 0 | 0.48 | 225.62 | 0.85 | 0.28 |
| Hex | B | 28 | 84 | 5C | 46 | 0 | 30 | E2 | 55 | 1C |
| Octal | 13 | 50 | 204 | 134 | 106 | 0 | 60 | 342 | 125 | 34 |
| Binary | 1011 | 101000 | 10000100 | 1011100 | 1000110 | 0 | 110000 | 11100010 | 1010101 | 11100 |
Color Harmonies of #0B2884
Complementary color
Monochromatic Colors of #0B2884
Black with #0B2884
Text Example
Text Example
White with #0B2884
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #0B2884; }
p { color: rgb(11,40,132); }
H1.HeaderClassName
{
color: #0B2884;
}
.AnyTagClassName
{
color: #0B2884;
}
</style>
background-color css
<style>
a { background-color: #0B2884; }
a { background-color: rgb(11,40,132); }
div.DivClassName
{
background-color: #0B2884;
}
.BgClassName
{
background-color: #0B2884;
}
</style>
border-color css
<style>
span { border-color: #0B2884; }
span { border-color: rgb(11,40,132); }
td.TdClassName
{
border-color: #0B2884;
}
.TagClassName
{
border-color: #0B2884;
}
</style>