Shades of Smalt #011B93
Tints of Smalt #011B93
RGB
CMYK
RGB Variations
Color information
#011B93 (or 0x011B93) is known color: Smalt. HEX triplet: 01, 1B and 93. RGB value is (1,27,147). Sum of RGB (Red+Green+Blue) = 1+27+147=175 (23% of max value = 765). Red value is 1 (0.78% from 255 or 0.57% from 175); Green value is 27 (10.94% from 255 or 15.43% from 175); Blue value is 147 (57.81% from 255 or 84% from 175); Max value from RGB is 147 - color contains mainly: blue. Hex color #011B93 is not a web safe color. Web safe color analog (approx): #003399. Inversed color of #011B93 is #FEE46C. Grayscale: #202020. Windows color (decimal): -16704621 or 9640705. OLE color: 9640705.
HSL color Cylindrical-coordinate representation of color #011B93: hue angle of 229.32º degrees, saturation: 0.99, lightness: 0.29%. HSV value (or HSB Brightness) of color is 0.58% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #011B93 is Cyan = 0.99, Magento = 0.82, Yellow = 0 and Black (K on CMYK) = 0.42.
Color convert
| RGB | 1 | 27 | 147 | - |
| CMYK | 0.99 | 0.82 | 0 | 0.42 |
| HSL | 229.32º | 0.99% | 0.29% | - |
| HSV(B) | 229.32º | 0.99% | 0.58% | - |
| XYZ | 5.67 | 2.9 | 27.86 | - |
| YUV | 32.91 | 192.39 | 105.24 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 1 | 27 | 147 | 0.99 | 0.82 | 0 | 0.42 | 229.32 | 0.99 | 0.29 |
| Hex | 1 | 1B | 93 | 63 | 52 | 0 | 2A | E5 | 63 | 1D |
| Octal | 1 | 33 | 223 | 143 | 122 | 0 | 52 | 345 | 143 | 35 |
| Binary | 1 | 11011 | 10010011 | 1100011 | 1010010 | 0 | 101010 | 11100101 | 1100011 | 11101 |
Color Harmonies of #011B93
Complementary color
Monochromatic Colors of #011B93
Black with #011B93
Text Example
Text Example
White with #011B93
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #011B93; }
p { color: rgb(1,27,147); }
H1.HeaderClassName
{
color: #011B93;
}
.AnyTagClassName
{
color: #011B93;
}
</style>
background-color css
<style>
a { background-color: #011B93; }
a { background-color: rgb(1,27,147); }
div.DivClassName
{
background-color: #011B93;
}
.BgClassName
{
background-color: #011B93;
}
</style>
border-color css
<style>
span { border-color: #011B93; }
span { border-color: rgb(1,27,147); }
td.TdClassName
{
border-color: #011B93;
}
.TagClassName
{
border-color: #011B93;
}
</style>