Shades of Smalt #0B2997
Tints of Smalt #0B2997
RGB
CMYK
RGB Variations
Color information
#0B2997 (or 0x0B2997) is known color: Smalt. HEX triplet: 0B, 29 and 97. RGB value is (11,41,151). Sum of RGB (Red+Green+Blue) = 11+41+151=203 (26% of max value = 765). Red value is 11 (4.69% from 255 or 5.42% from 203); Green value is 41 (16.41% from 255 or 20.20% from 203); Blue value is 151 (59.38% from 255 or 74.38% from 203); Max value from RGB is 151 - color contains mainly: blue. Hex color #0B2997 is not a web safe color. Web safe color analog (approx): #003399. Inversed color of #0B2997 is #F4D668. Grayscale: #2C2C2C. Windows color (decimal): -16045673 or 9906443. OLE color: 9906443.
HSL color Cylindrical-coordinate representation of color #0B2997: hue angle of 227.14º degrees, saturation: 0.86, lightness: 0.32%. HSV value (or HSB Brightness) of color is 0.59% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #0B2997 is Cyan = 0.93, Magento = 0.73, Yellow = 0 and Black (K on CMYK) = 0.41.
Color convert
| RGB | 11 | 41 | 151 | - |
| CMYK | 0.93 | 0.73 | 0 | 0.41 |
| HSL | 227.14º | 0.86% | 0.32% | - |
| HSV(B) | 227.14º | 0.93% | 0.59% | - |
| XYZ | 6.52 | 3.89 | 29.69 | - |
| YUV | 44.57 | 188.06 | 104.06 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 11 | 41 | 151 | 0.93 | 0.73 | 0 | 0.41 | 227.14 | 0.86 | 0.32 |
| Hex | B | 29 | 97 | 5D | 49 | 0 | 29 | E3 | 56 | 20 |
| Octal | 13 | 51 | 227 | 135 | 111 | 0 | 51 | 343 | 126 | 40 |
| Binary | 1011 | 101001 | 10010111 | 1011101 | 1001001 | 0 | 101001 | 11100011 | 1010110 | 100000 |
Color Harmonies of #0B2997
Complementary color
Monochromatic Colors of #0B2997
Black with #0B2997
Text Example
Text Example
White with #0B2997
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #0B2997; }
p { color: rgb(11,41,151); }
H1.HeaderClassName
{
color: #0B2997;
}
.AnyTagClassName
{
color: #0B2997;
}
</style>
background-color css
<style>
a { background-color: #0B2997; }
a { background-color: rgb(11,41,151); }
div.DivClassName
{
background-color: #0B2997;
}
.BgClassName
{
background-color: #0B2997;
}
</style>
border-color css
<style>
span { border-color: #0B2997; }
span { border-color: rgb(11,41,151); }
td.TdClassName
{
border-color: #0B2997;
}
.TagClassName
{
border-color: #0B2997;
}
</style>