Shades of Smalt #0B2192
Tints of Smalt #0B2192
RGB
CMYK
RGB Variations
Color information
#0B2192 (or 0x0B2192) is known color: Smalt. HEX triplet: 0B, 21 and 92. RGB value is (11,33,146). Sum of RGB (Red+Green+Blue) = 11+33+146=190 (25% of max value = 765). Red value is 11 (4.69% from 255 or 5.79% from 190); Green value is 33 (13.28% from 255 or 17.37% from 190); Blue value is 146 (57.42% from 255 or 76.84% from 190); Max value from RGB is 146 - color contains mainly: blue. Hex color #0B2192 is not a web safe color. Web safe color analog (approx): #003399. Inversed color of #0B2192 is #F4DE6D. Grayscale: #262626. Windows color (decimal): -16047726 or 9576715. OLE color: 9576715.
HSL color Cylindrical-coordinate representation of color #0B2192: hue angle of 230.22º degrees, saturation: 0.86, lightness: 0.31%. HSV value (or HSB Brightness) of color is 0.57% and HSV saturation: 0.92%. Process color model (Four color, CMYK) of #0B2192 is Cyan = 0.92, Magento = 0.77, Yellow = 0 and Black (K on CMYK) = 0.43.
Color convert
| RGB | 11 | 33 | 146 | - |
| CMYK | 0.92 | 0.77 | 0 | 0.43 |
| HSL | 230.22º | 0.86% | 0.31% | - |
| HSV(B) | 230.22º | 0.92% | 0.57% | - |
| XYZ | 5.87 | 3.23 | 27.51 | - |
| YUV | 39.3 | 188.21 | 107.81 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 11 | 33 | 146 | 0.92 | 0.77 | 0 | 0.43 | 230.22 | 0.86 | 0.31 |
| Hex | B | 21 | 92 | 5C | 4D | 0 | 2B | E6 | 56 | 1F |
| Octal | 13 | 41 | 222 | 134 | 115 | 0 | 53 | 346 | 126 | 37 |
| Binary | 1011 | 100001 | 10010010 | 1011100 | 1001101 | 0 | 101011 | 11100110 | 1010110 | 11111 |
Color Harmonies of #0B2192
Complementary color
Monochromatic Colors of #0B2192
Black with #0B2192
Text Example
Text Example
White with #0B2192
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #0B2192; }
p { color: rgb(11,33,146); }
H1.HeaderClassName
{
color: #0B2192;
}
.AnyTagClassName
{
color: #0B2192;
}
</style>
background-color css
<style>
a { background-color: #0B2192; }
a { background-color: rgb(11,33,146); }
div.DivClassName
{
background-color: #0B2192;
}
.BgClassName
{
background-color: #0B2192;
}
</style>
border-color css
<style>
span { border-color: #0B2192; }
span { border-color: rgb(11,33,146); }
td.TdClassName
{
border-color: #0B2192;
}
.TagClassName
{
border-color: #0B2192;
}
</style>