Shades of Smalt #0B2589
Tints of Smalt #0B2589
RGB
CMYK
RGB Variations
Color information
#0B2589 (or 0x0B2589) is known color: Smalt. HEX triplet: 0B, 25 and 89. RGB value is (11,37,137). Sum of RGB (Red+Green+Blue) = 11+37+137=185 (24% of max value = 765). Red value is 11 (4.69% from 255 or 5.95% from 185); Green value is 37 (14.84% from 255 or 20% from 185); Blue value is 137 (53.91% from 255 or 74.05% from 185); Max value from RGB is 137 - color contains mainly: blue. Hex color #0B2589 is not a web safe color. Web safe color analog (approx): #003399. Inversed color of #0B2589 is #F4DA76. Grayscale: #282828. Windows color (decimal): -16046711 or 8987915. OLE color: 8987915.
HSL color Cylindrical-coordinate representation of color #0B2589: hue angle of 227.62º 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 #0B2589 is Cyan = 0.92, Magento = 0.73, Yellow = 0 and Black (K on CMYK) = 0.46.
Color convert
| RGB | 11 | 37 | 137 | - |
| CMYK | 0.92 | 0.73 | 0 | 0.46 |
| HSL | 227.62º | 0.85% | 0.29% | - |
| HSV(B) | 227.62º | 0.92% | 0.54% | - |
| XYZ | 5.31 | 3.2 | 24 | - |
| YUV | 40.63 | 182.39 | 106.87 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 11 | 37 | 137 | 0.92 | 0.73 | 0 | 0.46 | 227.62 | 0.85 | 0.29 |
| Hex | B | 25 | 89 | 5C | 49 | 0 | 2E | E4 | 55 | 1D |
| Octal | 13 | 45 | 211 | 134 | 111 | 0 | 56 | 344 | 125 | 35 |
| Binary | 1011 | 100101 | 10001001 | 1011100 | 1001001 | 0 | 101110 | 11100100 | 1010101 | 11101 |
Color Harmonies of #0B2589
Complementary color
Monochromatic Colors of #0B2589
Black with #0B2589
Text Example
Text Example
White with #0B2589
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #0B2589; }
p { color: rgb(11,37,137); }
H1.HeaderClassName
{
color: #0B2589;
}
.AnyTagClassName
{
color: #0B2589;
}
</style>
background-color css
<style>
a { background-color: #0B2589; }
a { background-color: rgb(11,37,137); }
div.DivClassName
{
background-color: #0B2589;
}
.BgClassName
{
background-color: #0B2589;
}
</style>
border-color css
<style>
span { border-color: #0B2589; }
span { border-color: rgb(11,37,137); }
td.TdClassName
{
border-color: #0B2589;
}
.TagClassName
{
border-color: #0B2589;
}
</style>