Shades of Smalt #0B3889
Tints of Smalt #0B3889
RGB
CMYK
RGB Variations
Color information
#0B3889 (or 0x0B3889) is known color: Smalt. HEX triplet: 0B, 38 and 89. RGB value is (11,56,137). Sum of RGB (Red+Green+Blue) = 11+56+137=204 (27% of max value = 765). Red value is 11 (4.69% from 255 or 5.39% from 204); Green value is 56 (22.27% from 255 or 27.45% from 204); Blue value is 137 (53.91% from 255 or 67.16% from 204); Max value from RGB is 137 - color contains mainly: blue. Hex color #0B3889 is not a web safe color. Web safe color analog (approx): #003399. Inversed color of #0B3889 is #F4C776. Grayscale: #333333. Windows color (decimal): -16041847 or 8992779. OLE color: 8992779.
HSL color Cylindrical-coordinate representation of color #0B3889: hue angle of 218.57º degrees, saturation: 0.85, lightness: 0.29%. HSV value (or HSB Brightness) of color is 0.54% and HSV saturation: 0.92%. Process color model (Four color, CMYK) of #0B3889 is Cyan = 0.92, Magento = 0.59, Yellow = 0 and Black (K on CMYK) = 0.46.
Color convert
| RGB | 11 | 56 | 137 | - |
| CMYK | 0.92 | 0.59 | 0 | 0.46 |
| HSL | 218.57º | 0.85% | 0.29% | - |
| HSV(B) | 218.57º | 0.92% | 0.54% | - |
| XYZ | 6.07 | 4.71 | 24.26 | - |
| YUV | 51.78 | 176.09 | 98.91 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 11 | 56 | 137 | 0.92 | 0.59 | 0 | 0.46 | 218.57 | 0.85 | 0.29 |
| Hex | B | 38 | 89 | 5C | 3B | 0 | 2E | DB | 55 | 1D |
| Octal | 13 | 70 | 211 | 134 | 73 | 0 | 56 | 333 | 125 | 35 |
| Binary | 1011 | 111000 | 10001001 | 1011100 | 111011 | 0 | 101110 | 11011011 | 1010101 | 11101 |
Color Harmonies of #0B3889
Complementary color
Monochromatic Colors of #0B3889
Black with #0B3889
Text Example
Text Example
White with #0B3889
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #0B3889; }
p { color: rgb(11,56,137); }
H1.HeaderClassName
{
color: #0B3889;
}
.AnyTagClassName
{
color: #0B3889;
}
</style>
background-color css
<style>
a { background-color: #0B3889; }
a { background-color: rgb(11,56,137); }
div.DivClassName
{
background-color: #0B3889;
}
.BgClassName
{
background-color: #0B3889;
}
</style>
border-color css
<style>
span { border-color: #0B3889; }
span { border-color: rgb(11,56,137); }
td.TdClassName
{
border-color: #0B3889;
}
.TagClassName
{
border-color: #0B3889;
}
</style>