Shades of Smalt #011C8D
Tints of Smalt #011C8D
RGB
CMYK
RGB Variations
Color information
#011C8D (or 0x011C8D) is known color: Smalt. HEX triplet: 01, 1C and 8D. RGB value is (1,28,141). Sum of RGB (Red+Green+Blue) = 1+28+141=170 (22% of max value = 765). Red value is 1 (0.78% from 255 or 0.59% from 170); Green value is 28 (11.33% from 255 or 16.47% from 170); Blue value is 141 (55.47% from 255 or 82.94% from 170); Max value from RGB is 141 - color contains mainly: blue. Hex color #011C8D is not a web safe color. Web safe color analog (approx): #003399. Inversed color of #011C8D is #FEE372. Grayscale: #202020. Windows color (decimal): -16704371 or 9247745. OLE color: 9247745.
HSL color Cylindrical-coordinate representation of color #011C8D: hue angle of 228.43º 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 #011C8D is Cyan = 0.99, Magento = 0.80, Yellow = 0 and Black (K on CMYK) = 0.45.
Color convert
| RGB | 1 | 28 | 141 | - |
| CMYK | 0.99 | 0.80 | 0 | 0.45 |
| HSL | 228.43º | 0.99% | 0.28% | - |
| HSV(B) | 228.43º | 0.99% | 0.55% | - |
| XYZ | 5.24 | 2.76 | 25.46 | - |
| YUV | 32.81 | 189.05 | 105.31 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 1 | 28 | 141 | 0.99 | 0.80 | 0 | 0.45 | 228.43 | 0.99 | 0.28 |
| Hex | 1 | 1C | 8D | 63 | 50 | 0 | 2D | E4 | 63 | 1C |
| Octal | 1 | 34 | 215 | 143 | 120 | 0 | 55 | 344 | 143 | 34 |
| Binary | 1 | 11100 | 10001101 | 1100011 | 1010000 | 0 | 101101 | 11100100 | 1100011 | 11100 |
Color Harmonies of #011C8D
Complementary color
Monochromatic Colors of #011C8D
Black with #011C8D
Text Example
Text Example
White with #011C8D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #011C8D; }
p { color: rgb(1,28,141); }
H1.HeaderClassName
{
color: #011C8D;
}
.AnyTagClassName
{
color: #011C8D;
}
</style>
background-color css
<style>
a { background-color: #011C8D; }
a { background-color: rgb(1,28,141); }
div.DivClassName
{
background-color: #011C8D;
}
.BgClassName
{
background-color: #011C8D;
}
</style>
border-color css
<style>
span { border-color: #011C8D; }
span { border-color: rgb(1,28,141); }
td.TdClassName
{
border-color: #011C8D;
}
.TagClassName
{
border-color: #011C8D;
}
</style>