Shades of Smalt #0B3992
Tints of Smalt #0B3992
RGB
CMYK
RGB Variations
Color information
#0B3992 (or 0x0B3992) is known color: Smalt. HEX triplet: 0B, 39 and 92. RGB value is (11,57,146). Sum of RGB (Red+Green+Blue) = 11+57+146=214 (28% of max value = 765). Red value is 11 (4.69% from 255 or 5.14% from 214); Green value is 57 (22.66% from 255 or 26.64% from 214); Blue value is 146 (57.42% from 255 or 68.22% from 214); Max value from RGB is 146 - color contains mainly: blue. Hex color #0B3992 is not a web safe color. Web safe color analog (approx): #003399. Inversed color of #0B3992 is #F4C66D. Grayscale: #343434. Windows color (decimal): -16041582 or 9582859. OLE color: 9582859.
HSL color Cylindrical-coordinate representation of color #0B3992: hue angle of 219.56º 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 #0B3992 is Cyan = 0.92, Magento = 0.61, Yellow = 0 and Black (K on CMYK) = 0.43.
Color convert
| RGB | 11 | 57 | 146 | - |
| CMYK | 0.92 | 0.61 | 0 | 0.43 |
| HSL | 219.56º | 0.86% | 0.31% | - |
| HSV(B) | 219.56º | 0.92% | 0.57% | - |
| XYZ | 6.79 | 5.07 | 27.82 | - |
| YUV | 53.39 | 180.26 | 97.76 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 11 | 57 | 146 | 0.92 | 0.61 | 0 | 0.43 | 219.56 | 0.86 | 0.31 |
| Hex | B | 39 | 92 | 5C | 3D | 0 | 2B | DC | 56 | 1F |
| Octal | 13 | 71 | 222 | 134 | 75 | 0 | 53 | 334 | 126 | 37 |
| Binary | 1011 | 111001 | 10010010 | 1011100 | 111101 | 0 | 101011 | 11011100 | 1010110 | 11111 |
Color Harmonies of #0B3992
Complementary color
Monochromatic Colors of #0B3992
Black with #0B3992
Text Example
Text Example
White with #0B3992
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #0B3992; }
p { color: rgb(11,57,146); }
H1.HeaderClassName
{
color: #0B3992;
}
.AnyTagClassName
{
color: #0B3992;
}
</style>
background-color css
<style>
a { background-color: #0B3992; }
a { background-color: rgb(11,57,146); }
div.DivClassName
{
background-color: #0B3992;
}
.BgClassName
{
background-color: #0B3992;
}
</style>
border-color css
<style>
span { border-color: #0B3992; }
span { border-color: rgb(11,57,146); }
td.TdClassName
{
border-color: #0B3992;
}
.TagClassName
{
border-color: #0B3992;
}
</style>