Shades of Smalt #0B2090
Tints of Smalt #0B2090
RGB
CMYK
RGB Variations
Color information
#0B2090 (or 0x0B2090) is known color: Smalt. HEX triplet: 0B, 20 and 90. RGB value is (11,32,144). Sum of RGB (Red+Green+Blue) = 11+32+144=187 (24% of max value = 765). Red value is 11 (4.69% from 255 or 5.88% from 187); Green value is 32 (12.89% from 255 or 17.11% from 187); Blue value is 144 (56.64% from 255 or 77.01% from 187); Max value from RGB is 144 - color contains mainly: blue. Hex color #0B2090 is not a web safe color. Web safe color analog (approx): #003399. Inversed color of #0B2090 is #F4DF6F. Grayscale: #262626. Windows color (decimal): -16047984 or 9445387. OLE color: 9445387.
HSL color Cylindrical-coordinate representation of color #0B2090: hue angle of 230.53º 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 #0B2090 is Cyan = 0.92, Magento = 0.78, Yellow = 0 and Black (K on CMYK) = 0.44.
Color convert
| RGB | 11 | 32 | 144 | - |
| CMYK | 0.92 | 0.78 | 0 | 0.44 |
| HSL | 230.53º | 0.86% | 0.3% | - |
| HSV(B) | 230.53º | 0.92% | 0.56% | - |
| XYZ | 5.69 | 3.12 | 26.69 | - |
| YUV | 38.49 | 187.54 | 108.39 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 11 | 32 | 144 | 0.92 | 0.78 | 0 | 0.44 | 230.53 | 0.86 | 0.3 |
| Hex | B | 20 | 90 | 5C | 4E | 0 | 2C | E7 | 56 | 1E |
| Octal | 13 | 40 | 220 | 134 | 116 | 0 | 54 | 347 | 126 | 36 |
| Binary | 1011 | 100000 | 10010000 | 1011100 | 1001110 | 0 | 101100 | 11100111 | 1010110 | 11110 |
Color Harmonies of #0B2090
Complementary color
Monochromatic Colors of #0B2090
Black with #0B2090
Text Example
Text Example
White with #0B2090
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #0B2090; }
p { color: rgb(11,32,144); }
H1.HeaderClassName
{
color: #0B2090;
}
.AnyTagClassName
{
color: #0B2090;
}
</style>
background-color css
<style>
a { background-color: #0B2090; }
a { background-color: rgb(11,32,144); }
div.DivClassName
{
background-color: #0B2090;
}
.BgClassName
{
background-color: #0B2090;
}
</style>
border-color css
<style>
span { border-color: #0B2090; }
span { border-color: rgb(11,32,144); }
td.TdClassName
{
border-color: #0B2090;
}
.TagClassName
{
border-color: #0B2090;
}
</style>