Shades of Smalt #0B378B
Tints of Smalt #0B378B
RGB
CMYK
RGB Variations
Color information
#0B378B (or 0x0B378B) is known color: Smalt. HEX triplet: 0B, 37 and 8B. RGB value is (11,55,139). Sum of RGB (Red+Green+Blue) = 11+55+139=205 (27% of max value = 765). Red value is 11 (4.69% from 255 or 5.37% from 205); Green value is 55 (21.88% from 255 or 26.83% from 205); Blue value is 139 (54.69% from 255 or 67.80% from 205); Max value from RGB is 139 - color contains mainly: blue. Hex color #0B378B is not a web safe color. Web safe color analog (approx): #003399. Inversed color of #0B378B is #F4C874. Grayscale: #333333. Windows color (decimal): -16042101 or 9123595. OLE color: 9123595.
HSL color Cylindrical-coordinate representation of color #0B378B: hue angle of 219.38º degrees, saturation: 0.85, lightness: 0.29%. HSV value (or HSB Brightness) of color is 0.55% and HSV saturation: 0.92%. Process color model (Four color, CMYK) of #0B378B is Cyan = 0.92, Magento = 0.60, Yellow = 0 and Black (K on CMYK) = 0.45.
Color convert
| RGB | 11 | 55 | 139 | - |
| CMYK | 0.92 | 0.60 | 0 | 0.45 |
| HSL | 219.38º | 0.85% | 0.29% | - |
| HSV(B) | 219.38º | 0.92% | 0.55% | - |
| XYZ | 6.16 | 4.67 | 25 | - |
| YUV | 51.42 | 177.42 | 99.17 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 11 | 55 | 139 | 0.92 | 0.60 | 0 | 0.45 | 219.38 | 0.85 | 0.29 |
| Hex | B | 37 | 8B | 5C | 3C | 0 | 2D | DB | 55 | 1D |
| Octal | 13 | 67 | 213 | 134 | 74 | 0 | 55 | 333 | 125 | 35 |
| Binary | 1011 | 110111 | 10001011 | 1011100 | 111100 | 0 | 101101 | 11011011 | 1010101 | 11101 |
Color Harmonies of #0B378B
Complementary color
Monochromatic Colors of #0B378B
Black with #0B378B
Text Example
Text Example
White with #0B378B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #0B378B; }
p { color: rgb(11,55,139); }
H1.HeaderClassName
{
color: #0B378B;
}
.AnyTagClassName
{
color: #0B378B;
}
</style>
background-color css
<style>
a { background-color: #0B378B; }
a { background-color: rgb(11,55,139); }
div.DivClassName
{
background-color: #0B378B;
}
.BgClassName
{
background-color: #0B378B;
}
</style>
border-color css
<style>
span { border-color: #0B378B; }
span { border-color: rgb(11,55,139); }
td.TdClassName
{
border-color: #0B378B;
}
.TagClassName
{
border-color: #0B378B;
}
</style>