Shades of Smalt #001C8E
Tints of Smalt #001C8E
RGB
CMYK
RGB Variations
Color information
#001C8E (or 0x001C8E) is known color: Smalt. HEX triplet: 00, 1C and 8E. RGB value is (0,28,142). Sum of RGB (Red+Green+Blue) = 0+28+142=170 (22% of max value = 765). Red value is 0 (0.39% from 255 or 0% from 170); Green value is 28 (11.33% from 255 or 16.47% from 170); Blue value is 142 (55.86% from 255 or 83.53% from 170); Max value from RGB is 142 - color contains mainly: blue. Hex color #001C8E is not a web safe color. Web safe color analog (approx): #003399. Inversed color of #001C8E is #FFE371. Grayscale: #202020. Windows color (decimal): -16769906 or 9313280. OLE color: 9313280.
HSL color Cylindrical-coordinate representation of color #001C8E: hue angle of 228.17º degrees, saturation: 1, lightness: 0.28%. HSV value (or HSB Brightness) of color is 0.56% and HSV saturation: 1%. Process color model (Four color, CMYK) of #001C8E is Cyan = 1, Magento = 0.80, Yellow = 0 and Black (K on CMYK) = 0.44.
Color convert
| RGB | 0 | 28 | 142 | - |
| CMYK | 1 | 0.80 | 0 | 0.44 |
| HSL | 228.17º | 1% | 0.28% | - |
| HSV(B) | 228.17º | 1% | 0.56% | - |
| XYZ | 5.3 | 2.78 | 25.85 | - |
| YUV | 32.62 | 189.72 | 104.73 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 0 | 28 | 142 | 1 | 0.80 | 0 | 0.44 | 228.17 | 1 | 0.28 |
| Hex | 0 | 1C | 8E | 64 | 50 | 0 | 2C | E4 | 64 | 1C |
| Octal | 0 | 34 | 216 | 144 | 120 | 0 | 54 | 344 | 144 | 34 |
| Binary | 0 | 11100 | 10001110 | 1100100 | 1010000 | 0 | 101100 | 11100100 | 1100100 | 11100 |
Color Harmonies of #001C8E
Complementary color
Monochromatic Colors of #001C8E
Black with #001C8E
Text Example
Text Example
White with #001C8E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #001C8E; }
p { color: rgb(0,28,142); }
H1.HeaderClassName
{
color: #001C8E;
}
.AnyTagClassName
{
color: #001C8E;
}
</style>
background-color css
<style>
a { background-color: #001C8E; }
a { background-color: rgb(0,28,142); }
div.DivClassName
{
background-color: #001C8E;
}
.BgClassName
{
background-color: #001C8E;
}
</style>
border-color css
<style>
span { border-color: #001C8E; }
span { border-color: rgb(0,28,142); }
td.TdClassName
{
border-color: #001C8E;
}
.TagClassName
{
border-color: #001C8E;
}
</style>