Shades of Smalt #011B8C
Tints of Smalt #011B8C
RGB
CMYK
RGB Variations
Color information
#011B8C (or 0x011B8C) is known color: Smalt. HEX triplet: 01, 1B and 8C. RGB value is (1,27,140). Sum of RGB (Red+Green+Blue) = 1+27+140=168 (22% of max value = 765). Red value is 1 (0.78% from 255 or 0.60% from 168); Green value is 27 (10.94% from 255 or 16.07% from 168); Blue value is 140 (55.08% from 255 or 83.33% from 168); Max value from RGB is 140 - color contains mainly: blue. Hex color #011B8C is not a web safe color. Web safe color analog (approx): #003399. Inversed color of #011B8C is #FEE473. Grayscale: #1F1F1F. Windows color (decimal): -16704628 or 9181953. OLE color: 9181953.
HSL color Cylindrical-coordinate representation of color #011B8C: hue angle of 228.78º degrees, saturation: 0.99, lightness: 0.28%. HSV value (or HSB Brightness) of color is 0.55% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #011B8C is Cyan = 0.99, Magento = 0.81, Yellow = 0 and Black (K on CMYK) = 0.45.
Color convert
| RGB | 1 | 27 | 140 | - |
| CMYK | 0.99 | 0.81 | 0 | 0.45 |
| HSL | 228.78º | 0.99% | 0.28% | - |
| HSV(B) | 228.78º | 0.99% | 0.55% | - |
| XYZ | 5.14 | 2.68 | 25.06 | - |
| YUV | 32.11 | 188.89 | 105.81 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 1 | 27 | 140 | 0.99 | 0.81 | 0 | 0.45 | 228.78 | 0.99 | 0.28 |
| Hex | 1 | 1B | 8C | 63 | 51 | 0 | 2D | E5 | 63 | 1C |
| Octal | 1 | 33 | 214 | 143 | 121 | 0 | 55 | 345 | 143 | 34 |
| Binary | 1 | 11011 | 10001100 | 1100011 | 1010001 | 0 | 101101 | 11100101 | 1100011 | 11100 |
Color Harmonies of #011B8C
Complementary color
Monochromatic Colors of #011B8C
Black with #011B8C
Text Example
Text Example
White with #011B8C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #011B8C; }
p { color: rgb(1,27,140); }
H1.HeaderClassName
{
color: #011B8C;
}
.AnyTagClassName
{
color: #011B8C;
}
</style>
background-color css
<style>
a { background-color: #011B8C; }
a { background-color: rgb(1,27,140); }
div.DivClassName
{
background-color: #011B8C;
}
.BgClassName
{
background-color: #011B8C;
}
</style>
border-color css
<style>
span { border-color: #011B8C; }
span { border-color: rgb(1,27,140); }
td.TdClassName
{
border-color: #011B8C;
}
.TagClassName
{
border-color: #011B8C;
}
</style>