Shades of Smalt #0B2885
Tints of Smalt #0B2885
RGB
CMYK
RGB Variations
Color information
#0B2885 (or 0x0B2885) is known color: Smalt. HEX triplet: 0B, 28 and 85. RGB value is (11,40,133). Sum of RGB (Red+Green+Blue) = 11+40+133=184 (24% of max value = 765). Red value is 11 (4.69% from 255 or 5.98% from 184); Green value is 40 (16.02% from 255 or 21.74% from 184); Blue value is 133 (52.34% from 255 or 72.28% from 184); Max value from RGB is 133 - color contains mainly: blue. Hex color #0B2885 is not a web safe color. Web safe color analog (approx): #003399. Inversed color of #0B2885 is #F4D77A. Grayscale: #292929. Windows color (decimal): -16045947 or 8726539. OLE color: 8726539.
HSL color Cylindrical-coordinate representation of color #0B2885: hue angle of 225.74º 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 #0B2885 is Cyan = 0.92, Magento = 0.70, Yellow = 0 and Black (K on CMYK) = 0.48.
Color convert
| RGB | 11 | 40 | 133 | - |
| CMYK | 0.92 | 0.70 | 0 | 0.48 |
| HSL | 225.74º | 0.85% | 0.28% | - |
| HSV(B) | 225.74º | 0.92% | 0.52% | - |
| XYZ | 5.13 | 3.28 | 22.55 | - |
| YUV | 41.93 | 179.39 | 105.94 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 11 | 40 | 133 | 0.92 | 0.70 | 0 | 0.48 | 225.74 | 0.85 | 0.28 |
| Hex | B | 28 | 85 | 5C | 46 | 0 | 30 | E2 | 55 | 1C |
| Octal | 13 | 50 | 205 | 134 | 106 | 0 | 60 | 342 | 125 | 34 |
| Binary | 1011 | 101000 | 10000101 | 1011100 | 1000110 | 0 | 110000 | 11100010 | 1010101 | 11100 |
Color Harmonies of #0B2885
Complementary color
Monochromatic Colors of #0B2885
Black with #0B2885
Text Example
Text Example
White with #0B2885
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #0B2885; }
p { color: rgb(11,40,133); }
H1.HeaderClassName
{
color: #0B2885;
}
.AnyTagClassName
{
color: #0B2885;
}
</style>
background-color css
<style>
a { background-color: #0B2885; }
a { background-color: rgb(11,40,133); }
div.DivClassName
{
background-color: #0B2885;
}
.BgClassName
{
background-color: #0B2885;
}
</style>
border-color css
<style>
span { border-color: #0B2885; }
span { border-color: rgb(11,40,133); }
td.TdClassName
{
border-color: #0B2885;
}
.TagClassName
{
border-color: #0B2885;
}
</style>