Shades of Smalt #001C8F
Tints of Smalt #001C8F
RGB
CMYK
RGB Variations
Color information
#001C8F (or 0x001C8F) is known color: Smalt. HEX triplet: 00, 1C and 8F. RGB value is (0,28,143). Sum of RGB (Red+Green+Blue) = 0+28+143=171 (22% of max value = 765). Red value is 0 (0.39% from 255 or 0% from 171); Green value is 28 (11.33% from 255 or 16.37% 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 #001C8F is not a web safe color. Web safe color analog (approx): #003399. Inversed color of #001C8F is #FFE370. Grayscale: #202020. Windows color (decimal): -16769905 or 9378816. OLE color: 9378816.
HSL color Cylindrical-coordinate representation of color #001C8F: hue angle of 228.25º 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 #001C8F is Cyan = 1, Magento = 0.80, Yellow = 0 and Black (K on CMYK) = 0.44.
Color convert
| RGB | 0 | 28 | 143 | - |
| CMYK | 1 | 0.80 | 0 | 0.44 |
| HSL | 228.25º | 1% | 0.28% | - |
| HSV(B) | 228.25º | 1% | 0.56% | - |
| XYZ | 5.37 | 2.81 | 26.25 | - |
| YUV | 32.74 | 190.22 | 104.65 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 0 | 28 | 143 | 1 | 0.80 | 0 | 0.44 | 228.25 | 1 | 0.28 |
| Hex | 0 | 1C | 8F | 64 | 50 | 0 | 2C | E4 | 64 | 1C |
| Octal | 0 | 34 | 217 | 144 | 120 | 0 | 54 | 344 | 144 | 34 |
| Binary | 0 | 11100 | 10001111 | 1100100 | 1010000 | 0 | 101100 | 11100100 | 1100100 | 11100 |
Color Harmonies of #001C8F
Complementary color
Monochromatic Colors of #001C8F
Black with #001C8F
Text Example
Text Example
White with #001C8F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #001C8F; }
p { color: rgb(0,28,143); }
H1.HeaderClassName
{
color: #001C8F;
}
.AnyTagClassName
{
color: #001C8F;
}
</style>
background-color css
<style>
a { background-color: #001C8F; }
a { background-color: rgb(0,28,143); }
div.DivClassName
{
background-color: #001C8F;
}
.BgClassName
{
background-color: #001C8F;
}
</style>
border-color css
<style>
span { border-color: #001C8F; }
span { border-color: rgb(0,28,143); }
td.TdClassName
{
border-color: #001C8F;
}
.TagClassName
{
border-color: #001C8F;
}
</style>