Shades of Smalt #011B8F
Tints of Smalt #011B8F
RGB
CMYK
RGB Variations
Color information
#011B8F (or 0x011B8F) is known color: Smalt. HEX triplet: 01, 1B and 8F. RGB value is (1,27,143). Sum of RGB (Red+Green+Blue) = 1+27+143=171 (22% of max value = 765). Red value is 1 (0.78% from 255 or 0.58% from 171); Green value is 27 (10.94% from 255 or 15.79% from 171); Blue value is 143 (56.25% from 255 or 83.63% from 171); Max value from RGB is 143 - color contains mainly: blue. Hex color #011B8F is not a web safe color. Web safe color analog (approx): #003399. Inversed color of #011B8F is #FEE470. Grayscale: #1F1F1F. Windows color (decimal): -16704625 or 9378561. OLE color: 9378561.
HSL color Cylindrical-coordinate representation of color #011B8F: hue angle of 229.01º degrees, saturation: 0.99, lightness: 0.28%. HSV value (or HSB Brightness) of color is 0.56% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #011B8F is Cyan = 0.99, Magento = 0.81, Yellow = 0 and Black (K on CMYK) = 0.44.
Color convert
| RGB | 1 | 27 | 143 | - |
| CMYK | 0.99 | 0.81 | 0 | 0.44 |
| HSL | 229.01º | 0.99% | 0.28% | - |
| HSV(B) | 229.01º | 0.99% | 0.56% | - |
| XYZ | 5.36 | 2.77 | 26.24 | - |
| YUV | 32.45 | 190.39 | 105.57 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 1 | 27 | 143 | 0.99 | 0.81 | 0 | 0.44 | 229.01 | 0.99 | 0.28 |
| Hex | 1 | 1B | 8F | 63 | 51 | 0 | 2C | E5 | 63 | 1C |
| Octal | 1 | 33 | 217 | 143 | 121 | 0 | 54 | 345 | 143 | 34 |
| Binary | 1 | 11011 | 10001111 | 1100011 | 1010001 | 0 | 101100 | 11100101 | 1100011 | 11100 |
Color Harmonies of #011B8F
Complementary color
Monochromatic Colors of #011B8F
Black with #011B8F
Text Example
Text Example
White with #011B8F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #011B8F; }
p { color: rgb(1,27,143); }
H1.HeaderClassName
{
color: #011B8F;
}
.AnyTagClassName
{
color: #011B8F;
}
</style>
background-color css
<style>
a { background-color: #011B8F; }
a { background-color: rgb(1,27,143); }
div.DivClassName
{
background-color: #011B8F;
}
.BgClassName
{
background-color: #011B8F;
}
</style>
border-color css
<style>
span { border-color: #011B8F; }
span { border-color: rgb(1,27,143); }
td.TdClassName
{
border-color: #011B8F;
}
.TagClassName
{
border-color: #011B8F;
}
</style>