Shades of Smalt #0B348E
Tints of Smalt #0B348E
RGB
CMYK
RGB Variations
Color information
#0B348E (or 0x0B348E) is known color: Smalt. HEX triplet: 0B, 34 and 8E. RGB value is (11,52,142). Sum of RGB (Red+Green+Blue) = 11+52+142=205 (27% of max value = 765). Red value is 11 (4.69% from 255 or 5.37% from 205); Green value is 52 (20.70% from 255 or 25.37% from 205); Blue value is 142 (55.86% from 255 or 69.27% from 205); Max value from RGB is 142 - color contains mainly: blue. Hex color #0B348E is not a web safe color. Web safe color analog (approx): #003399. Inversed color of #0B348E is #F4CB71. Grayscale: #313131. Windows color (decimal): -16042866 or 9319435. OLE color: 9319435.
HSL color Cylindrical-coordinate representation of color #0B348E: hue angle of 221.22º 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 #0B348E is Cyan = 0.92, Magento = 0.63, Yellow = 0 and Black (K on CMYK) = 0.44.
Color convert
| RGB | 11 | 52 | 142 | - |
| CMYK | 0.92 | 0.63 | 0 | 0.44 |
| HSL | 221.22º | 0.86% | 0.3% | - |
| HSV(B) | 221.22º | 0.92% | 0.56% | - |
| XYZ | 6.25 | 4.48 | 26.13 | - |
| YUV | 50 | 179.92 | 100.18 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 11 | 52 | 142 | 0.92 | 0.63 | 0 | 0.44 | 221.22 | 0.86 | 0.3 |
| Hex | B | 34 | 8E | 5C | 3F | 0 | 2C | DD | 56 | 1E |
| Octal | 13 | 64 | 216 | 134 | 77 | 0 | 54 | 335 | 126 | 36 |
| Binary | 1011 | 110100 | 10001110 | 1011100 | 111111 | 0 | 101100 | 11011101 | 1010110 | 11110 |
Color Harmonies of #0B348E
Complementary color
Monochromatic Colors of #0B348E
Black with #0B348E
Text Example
Text Example
White with #0B348E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #0B348E; }
p { color: rgb(11,52,142); }
H1.HeaderClassName
{
color: #0B348E;
}
.AnyTagClassName
{
color: #0B348E;
}
</style>
background-color css
<style>
a { background-color: #0B348E; }
a { background-color: rgb(11,52,142); }
div.DivClassName
{
background-color: #0B348E;
}
.BgClassName
{
background-color: #0B348E;
}
</style>
border-color css
<style>
span { border-color: #0B348E; }
span { border-color: rgb(11,52,142); }
td.TdClassName
{
border-color: #0B348E;
}
.TagClassName
{
border-color: #0B348E;
}
</style>