Shades of Smalt #0B358E
Tints of Smalt #0B358E
RGB
CMYK
RGB Variations
Color information
#0B358E (or 0x0B358E) is known color: Smalt. HEX triplet: 0B, 35 and 8E. RGB value is (11,53,142). Sum of RGB (Red+Green+Blue) = 11+53+142=206 (27% of max value = 765). Red value is 11 (4.69% from 255 or 5.34% from 206); Green value is 53 (21.09% from 255 or 25.73% from 206); Blue value is 142 (55.86% from 255 or 68.93% from 206); Max value from RGB is 142 - color contains mainly: blue. Hex color #0B358E is not a web safe color. Web safe color analog (approx): #003399. Inversed color of #0B358E is #F4CA71. Grayscale: #323232. Windows color (decimal): -16042610 or 9319691. OLE color: 9319691.
HSL color Cylindrical-coordinate representation of color #0B358E: hue angle of 220.76º degrees, saturation: 0.86, lightness: 0.3%. HSV value (or HSB Brightness) of color is 0.56% and HSV saturation: 0.92%. Process color model (Four color, CMYK) of #0B358E is Cyan = 0.92, Magento = 0.63, Yellow = 0 and Black (K on CMYK) = 0.44.
Color convert
| RGB | 11 | 53 | 142 | - |
| CMYK | 0.92 | 0.63 | 0 | 0.44 |
| HSL | 220.76º | 0.86% | 0.3% | - |
| HSV(B) | 220.76º | 0.92% | 0.56% | - |
| XYZ | 6.29 | 4.57 | 26.14 | - |
| YUV | 50.59 | 179.59 | 99.76 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 11 | 53 | 142 | 0.92 | 0.63 | 0 | 0.44 | 220.76 | 0.86 | 0.3 |
| Hex | B | 35 | 8E | 5C | 3F | 0 | 2C | DD | 56 | 1E |
| Octal | 13 | 65 | 216 | 134 | 77 | 0 | 54 | 335 | 126 | 36 |
| Binary | 1011 | 110101 | 10001110 | 1011100 | 111111 | 0 | 101100 | 11011101 | 1010110 | 11110 |
Color Harmonies of #0B358E
Complementary color
Monochromatic Colors of #0B358E
Black with #0B358E
Text Example
Text Example
White with #0B358E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #0B358E; }
p { color: rgb(11,53,142); }
H1.HeaderClassName
{
color: #0B358E;
}
.AnyTagClassName
{
color: #0B358E;
}
</style>
background-color css
<style>
a { background-color: #0B358E; }
a { background-color: rgb(11,53,142); }
div.DivClassName
{
background-color: #0B358E;
}
.BgClassName
{
background-color: #0B358E;
}
</style>
border-color css
<style>
span { border-color: #0B358E; }
span { border-color: rgb(11,53,142); }
td.TdClassName
{
border-color: #0B358E;
}
.TagClassName
{
border-color: #0B358E;
}
</style>