Shades of Smalt #0B4095
Tints of Smalt #0B4095
RGB
CMYK
RGB Variations
Color information
#0B4095 (or 0x0B4095) is known color: Smalt. HEX triplet: 0B, 40 and 95. RGB value is (11,64,149). Sum of RGB (Red+Green+Blue) = 11+64+149=224 (29% of max value = 765). Red value is 11 (4.69% from 255 or 4.91% from 224); Green value is 64 (25.39% from 255 or 28.57% from 224); Blue value is 149 (58.59% from 255 or 66.52% from 224); Max value from RGB is 149 - color contains mainly: blue. Hex color #0B4095 is not a web safe color. Web safe color analog (approx): #003399. Inversed color of #0B4095 is #F4BF6A. Grayscale: #393939. Windows color (decimal): -16039787 or 9781259. OLE color: 9781259.
HSL color Cylindrical-coordinate representation of color #0B4095: hue angle of 216.96º degrees, saturation: 0.86, lightness: 0.31%. HSV value (or HSB Brightness) of color is 0.58% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #0B4095 is Cyan = 0.93, Magento = 0.57, Yellow = 0 and Black (K on CMYK) = 0.42.
Color convert
| RGB | 11 | 64 | 149 | - |
| CMYK | 0.93 | 0.57 | 0 | 0.42 |
| HSL | 216.96º | 0.86% | 0.31% | - |
| HSV(B) | 216.96º | 0.93% | 0.58% | - |
| XYZ | 7.4 | 5.91 | 29.18 | - |
| YUV | 57.84 | 179.44 | 94.59 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 11 | 64 | 149 | 0.93 | 0.57 | 0 | 0.42 | 216.96 | 0.86 | 0.31 |
| Hex | B | 40 | 95 | 5D | 39 | 0 | 2A | D9 | 56 | 1F |
| Octal | 13 | 100 | 225 | 135 | 71 | 0 | 52 | 331 | 126 | 37 |
| Binary | 1011 | 1000000 | 10010101 | 1011101 | 111001 | 0 | 101010 | 11011001 | 1010110 | 11111 |
Color Harmonies of #0B4095
Complementary color
Monochromatic Colors of #0B4095
Black with #0B4095
Text Example
Text Example
White with #0B4095
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #0B4095; }
p { color: rgb(11,64,149); }
H1.HeaderClassName
{
color: #0B4095;
}
.AnyTagClassName
{
color: #0B4095;
}
</style>
background-color css
<style>
a { background-color: #0B4095; }
a { background-color: rgb(11,64,149); }
div.DivClassName
{
background-color: #0B4095;
}
.BgClassName
{
background-color: #0B4095;
}
</style>
border-color css
<style>
span { border-color: #0B4095; }
span { border-color: rgb(11,64,149); }
td.TdClassName
{
border-color: #0B4095;
}
.TagClassName
{
border-color: #0B4095;
}
</style>