Shades of Smalt #001D8F
Tints of Smalt #001D8F
RGB
CMYK
RGB Variations
Color information
#001D8F (or 0x001D8F) is known color: Smalt. HEX triplet: 00, 1D and 8F. RGB value is (0,29,143). Sum of RGB (Red+Green+Blue) = 0+29+143=172 (22% of max value = 765). Red value is 0 (0.39% from 255 or 0% from 172); Green value is 29 (11.72% from 255 or 16.86% from 172); Blue value is 143 (56.25% from 255 or 83.14% from 172); Max value from RGB is 143 - color contains mainly: blue. Hex color #001D8F is not a web safe color. Web safe color analog (approx): #003399. Inversed color of #001D8F is #FFE270. Grayscale: #202020. Windows color (decimal): -16769649 or 9379072. OLE color: 9379072.
HSL color Cylindrical-coordinate representation of color #001D8F: hue angle of 227.83º 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 #001D8F is Cyan = 1, Magento = 0.80, Yellow = 0 and Black (K on CMYK) = 0.44.
Color convert
| RGB | 0 | 29 | 143 | - |
| CMYK | 1 | 0.80 | 0 | 0.44 |
| HSL | 227.83º | 1% | 0.28% | - |
| HSV(B) | 227.83º | 1% | 0.56% | - |
| XYZ | 5.4 | 2.86 | 26.25 | - |
| YUV | 33.33 | 189.89 | 104.23 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 0 | 29 | 143 | 1 | 0.80 | 0 | 0.44 | 227.83 | 1 | 0.28 |
| Hex | 0 | 1D | 8F | 64 | 50 | 0 | 2C | E4 | 64 | 1C |
| Octal | 0 | 35 | 217 | 144 | 120 | 0 | 54 | 344 | 144 | 34 |
| Binary | 0 | 11101 | 10001111 | 1100100 | 1010000 | 0 | 101100 | 11100100 | 1100100 | 11100 |
Color Harmonies of #001D8F
Complementary color
Monochromatic Colors of #001D8F
Black with #001D8F
Text Example
Text Example
White with #001D8F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #001D8F; }
p { color: rgb(0,29,143); }
H1.HeaderClassName
{
color: #001D8F;
}
.AnyTagClassName
{
color: #001D8F;
}
</style>
background-color css
<style>
a { background-color: #001D8F; }
a { background-color: rgb(0,29,143); }
div.DivClassName
{
background-color: #001D8F;
}
.BgClassName
{
background-color: #001D8F;
}
</style>
border-color css
<style>
span { border-color: #001D8F; }
span { border-color: rgb(0,29,143); }
td.TdClassName
{
border-color: #001D8F;
}
.TagClassName
{
border-color: #001D8F;
}
</style>