Shades of Smalt #0B338C
Tints of Smalt #0B338C
RGB
CMYK
RGB Variations
Color information
#0B338C (or 0x0B338C) is known color: Smalt. HEX triplet: 0B, 33 and 8C. RGB value is (11,51,140). Sum of RGB (Red+Green+Blue) = 11+51+140=202 (26% of max value = 765). Red value is 11 (4.69% from 255 or 5.45% from 202); Green value is 51 (20.31% from 255 or 25.25% from 202); Blue value is 140 (55.08% from 255 or 69.31% from 202); Max value from RGB is 140 - color contains mainly: blue. Hex color #0B338C is not a web safe color. Web safe color analog (approx): #003399. Inversed color of #0B338C is #F4CC73. Grayscale: #303030. Windows color (decimal): -16043124 or 9188107. OLE color: 9188107.
HSL color Cylindrical-coordinate representation of color #0B338C: hue angle of 221.4º 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 #0B338C is Cyan = 0.92, Magento = 0.64, Yellow = 0 and Black (K on CMYK) = 0.45.
Color convert
| RGB | 11 | 51 | 140 | - |
| CMYK | 0.92 | 0.64 | 0 | 0.45 |
| HSL | 221.4º | 0.85% | 0.3% | - |
| HSV(B) | 221.4º | 0.92% | 0.55% | - |
| XYZ | 6.06 | 4.33 | 25.33 | - |
| YUV | 49.19 | 179.25 | 100.76 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 11 | 51 | 140 | 0.92 | 0.64 | 0 | 0.45 | 221.4 | 0.85 | 0.3 |
| Hex | B | 33 | 8C | 5C | 40 | 0 | 2D | DD | 55 | 1E |
| Octal | 13 | 63 | 214 | 134 | 100 | 0 | 55 | 335 | 125 | 36 |
| Binary | 1011 | 110011 | 10001100 | 1011100 | 1000000 | 0 | 101101 | 11011101 | 1010101 | 11110 |
Color Harmonies of #0B338C
Complementary color
Monochromatic Colors of #0B338C
Black with #0B338C
Text Example
Text Example
White with #0B338C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #0B338C; }
p { color: rgb(11,51,140); }
H1.HeaderClassName
{
color: #0B338C;
}
.AnyTagClassName
{
color: #0B338C;
}
</style>
background-color css
<style>
a { background-color: #0B338C; }
a { background-color: rgb(11,51,140); }
div.DivClassName
{
background-color: #0B338C;
}
.BgClassName
{
background-color: #0B338C;
}
</style>
border-color css
<style>
span { border-color: #0B338C; }
span { border-color: rgb(11,51,140); }
td.TdClassName
{
border-color: #0B338C;
}
.TagClassName
{
border-color: #0B338C;
}
</style>