Shades of Smalt #001D91
Tints of Smalt #001D91
RGB
CMYK
RGB Variations
Color information
#001D91 (or 0x001D91) is known color: Smalt. HEX triplet: 00, 1D and 91. RGB value is (0,29,145). Sum of RGB (Red+Green+Blue) = 0+29+145=174 (23% of max value = 765). Red value is 0 (0.39% from 255 or 0% from 174); Green value is 29 (11.72% from 255 or 16.67% from 174); Blue value is 145 (57.03% from 255 or 83.33% from 174); Max value from RGB is 145 - color contains mainly: blue. Hex color #001D91 is not a web safe color. Web safe color analog (approx): #003399. Inversed color of #001D91 is #FFE26E. Grayscale: #212121. Windows color (decimal): -16769647 or 9510144. OLE color: 9510144.
HSL color Cylindrical-coordinate representation of color #001D91: hue angle of 228º degrees, saturation: 1, lightness: 0.28%. HSV value (or HSB Brightness) of color is 0.57% and HSV saturation: 1%. Process color model (Four color, CMYK) of #001D91 is Cyan = 1, Magento = 0.8, Yellow = 0 and Black (K on CMYK) = 0.43.
Color convert
| RGB | 0 | 29 | 145 | - |
| CMYK | 1 | 0.8 | 0 | 0.43 |
| HSL | 228º | 1% | 0.28% | - |
| HSV(B) | 228º | 1% | 0.57% | - |
| XYZ | 5.55 | 2.92 | 27.06 | - |
| YUV | 33.55 | 190.89 | 104.07 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 0 | 29 | 145 | 1 | 0.8 | 0 | 0.43 | 228 | 1 | 0.28 |
| Hex | 0 | 1D | 91 | 64 | 50 | 0 | 2B | E4 | 64 | 1C |
| Octal | 0 | 35 | 221 | 144 | 120 | 0 | 53 | 344 | 144 | 34 |
| Binary | 0 | 11101 | 10010001 | 1100100 | 1010000 | 0 | 101011 | 11100100 | 1100100 | 11100 |
Color Harmonies of #001D91
Complementary color
Monochromatic Colors of #001D91
Black with #001D91
Text Example
Text Example
White with #001D91
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #001D91; }
p { color: rgb(0,29,145); }
H1.HeaderClassName
{
color: #001D91;
}
.AnyTagClassName
{
color: #001D91;
}
</style>
background-color css
<style>
a { background-color: #001D91; }
a { background-color: rgb(0,29,145); }
div.DivClassName
{
background-color: #001D91;
}
.BgClassName
{
background-color: #001D91;
}
</style>
border-color css
<style>
span { border-color: #001D91; }
span { border-color: rgb(0,29,145); }
td.TdClassName
{
border-color: #001D91;
}
.TagClassName
{
border-color: #001D91;
}
</style>