Shades of Smalt #0B2497
Tints of Smalt #0B2497
RGB
CMYK
RGB Variations
Color information
#0B2497 (or 0x0B2497) is known color: Smalt. HEX triplet: 0B, 24 and 97. RGB value is (11,36,151). Sum of RGB (Red+Green+Blue) = 11+36+151=198 (26% of max value = 765). Red value is 11 (4.69% from 255 or 5.56% from 198); Green value is 36 (14.45% from 255 or 18.18% from 198); Blue value is 151 (59.38% from 255 or 76.26% from 198); Max value from RGB is 151 - color contains mainly: blue. Hex color #0B2497 is not a web safe color. Web safe color analog (approx): #003399. Inversed color of #0B2497 is #F4DB68. Grayscale: #292929. Windows color (decimal): -16046953 or 9905163. OLE color: 9905163.
HSL color Cylindrical-coordinate representation of color #0B2497: hue angle of 229.29º 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 #0B2497 is Cyan = 0.93, Magento = 0.76, Yellow = 0 and Black (K on CMYK) = 0.41.
Color convert
| RGB | 11 | 36 | 151 | - |
| CMYK | 0.93 | 0.76 | 0 | 0.41 |
| HSL | 229.29º | 0.86% | 0.32% | - |
| HSV(B) | 229.29º | 0.93% | 0.59% | - |
| XYZ | 6.35 | 3.57 | 29.63 | - |
| YUV | 41.64 | 189.72 | 106.15 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 11 | 36 | 151 | 0.93 | 0.76 | 0 | 0.41 | 229.29 | 0.86 | 0.32 |
| Hex | B | 24 | 97 | 5D | 4C | 0 | 29 | E5 | 56 | 20 |
| Octal | 13 | 44 | 227 | 135 | 114 | 0 | 51 | 345 | 126 | 40 |
| Binary | 1011 | 100100 | 10010111 | 1011101 | 1001100 | 0 | 101001 | 11100101 | 1010110 | 100000 |
Color Harmonies of #0B2497
Complementary color
Monochromatic Colors of #0B2497
Black with #0B2497
Text Example
Text Example
White with #0B2497
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #0B2497; }
p { color: rgb(11,36,151); }
H1.HeaderClassName
{
color: #0B2497;
}
.AnyTagClassName
{
color: #0B2497;
}
</style>
background-color css
<style>
a { background-color: #0B2497; }
a { background-color: rgb(11,36,151); }
div.DivClassName
{
background-color: #0B2497;
}
.BgClassName
{
background-color: #0B2497;
}
</style>
border-color css
<style>
span { border-color: #0B2497; }
span { border-color: rgb(11,36,151); }
td.TdClassName
{
border-color: #0B2497;
}
.TagClassName
{
border-color: #0B2497;
}
</style>