Shades of Smalt #001D90
Tints of Smalt #001D90
RGB
CMYK
RGB Variations
Color information
#001D90 (or 0x001D90) is known color: Smalt. HEX triplet: 00, 1D and 90. RGB value is (0,29,144). Sum of RGB (Red+Green+Blue) = 0+29+144=173 (22% of max value = 765). Red value is 0 (0.39% from 255 or 0% from 173); Green value is 29 (11.72% from 255 or 16.76% from 173); Blue value is 144 (56.64% from 255 or 83.24% from 173); Max value from RGB is 144 - color contains mainly: blue. Hex color #001D90 is not a web safe color. Web safe color analog (approx): #003399. Inversed color of #001D90 is #FFE26F. Grayscale: #202020. Windows color (decimal): -16769648 or 9444608. OLE color: 9444608.
HSL color Cylindrical-coordinate representation of color #001D90: hue angle of 227.92º 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 #001D90 is Cyan = 1, Magento = 0.80, Yellow = 0 and Black (K on CMYK) = 0.44.
Color convert
| RGB | 0 | 29 | 144 | - |
| CMYK | 1 | 0.80 | 0 | 0.44 |
| HSL | 227.92º | 1% | 0.28% | - |
| HSV(B) | 227.92º | 1% | 0.56% | - |
| XYZ | 5.47 | 2.89 | 26.66 | - |
| YUV | 33.44 | 190.39 | 104.15 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 0 | 29 | 144 | 1 | 0.80 | 0 | 0.44 | 227.92 | 1 | 0.28 |
| Hex | 0 | 1D | 90 | 64 | 50 | 0 | 2C | E4 | 64 | 1C |
| Octal | 0 | 35 | 220 | 144 | 120 | 0 | 54 | 344 | 144 | 34 |
| Binary | 0 | 11101 | 10010000 | 1100100 | 1010000 | 0 | 101100 | 11100100 | 1100100 | 11100 |
Color Harmonies of #001D90
Complementary color
Monochromatic Colors of #001D90
Black with #001D90
Text Example
Text Example
White with #001D90
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #001D90; }
p { color: rgb(0,29,144); }
H1.HeaderClassName
{
color: #001D90;
}
.AnyTagClassName
{
color: #001D90;
}
</style>
background-color css
<style>
a { background-color: #001D90; }
a { background-color: rgb(0,29,144); }
div.DivClassName
{
background-color: #001D90;
}
.BgClassName
{
background-color: #001D90;
}
</style>
border-color css
<style>
span { border-color: #001D90; }
span { border-color: rgb(0,29,144); }
td.TdClassName
{
border-color: #001D90;
}
.TagClassName
{
border-color: #001D90;
}
</style>