Shades of Smalt #0B248D
Tints of Smalt #0B248D
RGB
CMYK
RGB Variations
Color information
#0B248D (or 0x0B248D) is known color: Smalt. HEX triplet: 0B, 24 and 8D. RGB value is (11,36,141). Sum of RGB (Red+Green+Blue) = 11+36+141=188 (24% of max value = 765). Red value is 11 (4.69% from 255 or 5.85% from 188); Green value is 36 (14.45% from 255 or 19.15% from 188); Blue value is 141 (55.47% from 255 or 75% from 188); Max value from RGB is 141 - color contains mainly: blue. Hex color #0B248D is not a web safe color. Web safe color analog (approx): #003399. Inversed color of #0B248D is #F4DB72. Grayscale: #282828. Windows color (decimal): -16046963 or 9249803. OLE color: 9249803.
HSL color Cylindrical-coordinate representation of color #0B248D: hue angle of 228.46º degrees, saturation: 0.86, 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 #0B248D is Cyan = 0.92, Magento = 0.74, Yellow = 0 and Black (K on CMYK) = 0.45.
Color convert
| RGB | 11 | 36 | 141 | - |
| CMYK | 0.92 | 0.74 | 0 | 0.45 |
| HSL | 228.46º | 0.86% | 0.3% | - |
| HSV(B) | 228.46º | 0.92% | 0.55% | - |
| XYZ | 5.58 | 3.26 | 25.53 | - |
| YUV | 40.5 | 184.72 | 106.96 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 11 | 36 | 141 | 0.92 | 0.74 | 0 | 0.45 | 228.46 | 0.86 | 0.3 |
| Hex | B | 24 | 8D | 5C | 4A | 0 | 2D | E4 | 56 | 1E |
| Octal | 13 | 44 | 215 | 134 | 112 | 0 | 55 | 344 | 126 | 36 |
| Binary | 1011 | 100100 | 10001101 | 1011100 | 1001010 | 0 | 101101 | 11100100 | 1010110 | 11110 |
Color Harmonies of #0B248D
Complementary color
Monochromatic Colors of #0B248D
Black with #0B248D
Text Example
Text Example
White with #0B248D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #0B248D; }
p { color: rgb(11,36,141); }
H1.HeaderClassName
{
color: #0B248D;
}
.AnyTagClassName
{
color: #0B248D;
}
</style>
background-color css
<style>
a { background-color: #0B248D; }
a { background-color: rgb(11,36,141); }
div.DivClassName
{
background-color: #0B248D;
}
.BgClassName
{
background-color: #0B248D;
}
</style>
border-color css
<style>
span { border-color: #0B248D; }
span { border-color: rgb(11,36,141); }
td.TdClassName
{
border-color: #0B248D;
}
.TagClassName
{
border-color: #0B248D;
}
</style>