Shades of Smalt #0B3196
Tints of Smalt #0B3196
RGB
CMYK
RGB Variations
Color information
#0B3196 (or 0x0B3196) is known color: Smalt. HEX triplet: 0B, 31 and 96. RGB value is (11,49,150). Sum of RGB (Red+Green+Blue) = 11+49+150=210 (27% of max value = 765). Red value is 11 (4.69% from 255 or 5.24% from 210); Green value is 49 (19.53% from 255 or 23.33% from 210); Blue value is 150 (58.98% from 255 or 71.43% from 210); Max value from RGB is 150 - color contains mainly: blue. Hex color #0B3196 is not a web safe color. Web safe color analog (approx): #003399. Inversed color of #0B3196 is #F4CE69. Grayscale: #303030. Windows color (decimal): -16043626 or 9842955. OLE color: 9842955.
HSL color Cylindrical-coordinate representation of color #0B3196: hue angle of 223.6º 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 #0B3196 is Cyan = 0.93, Magento = 0.67, Yellow = 0 and Black (K on CMYK) = 0.41.
Color convert
| RGB | 11 | 49 | 150 | - |
| CMYK | 0.93 | 0.67 | 0 | 0.41 |
| HSL | 223.6º | 0.86% | 0.32% | - |
| HSV(B) | 223.6º | 0.93% | 0.59% | - |
| XYZ | 6.74 | 4.47 | 29.36 | - |
| YUV | 49.15 | 184.91 | 100.79 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 11 | 49 | 150 | 0.93 | 0.67 | 0 | 0.41 | 223.6 | 0.86 | 0.32 |
| Hex | B | 31 | 96 | 5D | 43 | 0 | 29 | E0 | 56 | 20 |
| Octal | 13 | 61 | 226 | 135 | 103 | 0 | 51 | 340 | 126 | 40 |
| Binary | 1011 | 110001 | 10010110 | 1011101 | 1000011 | 0 | 101001 | 11100000 | 1010110 | 100000 |
Color Harmonies of #0B3196
Complementary color
Monochromatic Colors of #0B3196
Black with #0B3196
Text Example
Text Example
White with #0B3196
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #0B3196; }
p { color: rgb(11,49,150); }
H1.HeaderClassName
{
color: #0B3196;
}
.AnyTagClassName
{
color: #0B3196;
}
</style>
background-color css
<style>
a { background-color: #0B3196; }
a { background-color: rgb(11,49,150); }
div.DivClassName
{
background-color: #0B3196;
}
.BgClassName
{
background-color: #0B3196;
}
</style>
border-color css
<style>
span { border-color: #0B3196; }
span { border-color: rgb(11,49,150); }
td.TdClassName
{
border-color: #0B3196;
}
.TagClassName
{
border-color: #0B3196;
}
</style>