Shades of Smalt #0B348C
Tints of Smalt #0B348C
RGB
CMYK
RGB Variations
Color information
#0B348C (or 0x0B348C) is known color: Smalt. HEX triplet: 0B, 34 and 8C. RGB value is (11,52,140). Sum of RGB (Red+Green+Blue) = 11+52+140=203 (26% of max value = 765). Red value is 11 (4.69% from 255 or 5.42% from 203); Green value is 52 (20.70% from 255 or 25.62% from 203); Blue value is 140 (55.08% from 255 or 68.97% from 203); Max value from RGB is 140 - color contains mainly: blue. Hex color #0B348C is not a web safe color. Web safe color analog (approx): #003399. Inversed color of #0B348C is #F4CB73. Grayscale: #313131. Windows color (decimal): -16042868 or 9188363. OLE color: 9188363.
HSL color Cylindrical-coordinate representation of color #0B348C: hue angle of 220.93º degrees, saturation: 0.85, lightness: 0.3%. HSV value (or HSB Brightness) of color is 0.55% and HSV saturation: 0.92%. Process color model (Four color, CMYK) of #0B348C is Cyan = 0.92, Magento = 0.63, Yellow = 0 and Black (K on CMYK) = 0.45.
Color convert
| RGB | 11 | 52 | 140 | - |
| CMYK | 0.92 | 0.63 | 0 | 0.45 |
| HSL | 220.93º | 0.85% | 0.3% | - |
| HSV(B) | 220.93º | 0.92% | 0.55% | - |
| XYZ | 6.1 | 4.42 | 25.34 | - |
| YUV | 49.77 | 178.92 | 100.34 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 11 | 52 | 140 | 0.92 | 0.63 | 0 | 0.45 | 220.93 | 0.85 | 0.3 |
| Hex | B | 34 | 8C | 5C | 3F | 0 | 2D | DD | 55 | 1E |
| Octal | 13 | 64 | 214 | 134 | 77 | 0 | 55 | 335 | 125 | 36 |
| Binary | 1011 | 110100 | 10001100 | 1011100 | 111111 | 0 | 101101 | 11011101 | 1010101 | 11110 |
Color Harmonies of #0B348C
Complementary color
Monochromatic Colors of #0B348C
Black with #0B348C
Text Example
Text Example
White with #0B348C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #0B348C; }
p { color: rgb(11,52,140); }
H1.HeaderClassName
{
color: #0B348C;
}
.AnyTagClassName
{
color: #0B348C;
}
</style>
background-color css
<style>
a { background-color: #0B348C; }
a { background-color: rgb(11,52,140); }
div.DivClassName
{
background-color: #0B348C;
}
.BgClassName
{
background-color: #0B348C;
}
</style>
border-color css
<style>
span { border-color: #0B348C; }
span { border-color: rgb(11,52,140); }
td.TdClassName
{
border-color: #0B348C;
}
.TagClassName
{
border-color: #0B348C;
}
</style>