Shades of Smalt #001D97
Tints of Smalt #001D97
RGB
CMYK
RGB Variations
Color information
#001D97 (or 0x001D97) is known color: Smalt. HEX triplet: 00, 1D and 97. RGB value is (0,29,151). Sum of RGB (Red+Green+Blue) = 0+29+151=180 (23% of max value = 765). Red value is 0 (0.39% from 255 or 0% from 180); Green value is 29 (11.72% from 255 or 16.11% from 180); Blue value is 151 (59.38% from 255 or 83.89% from 180); Max value from RGB is 151 - color contains mainly: blue. Hex color #001D97 is not a web safe color. Web safe color analog (approx): #003399. Inversed color of #001D97 is #FFE268. Grayscale: #212121. Windows color (decimal): -16769641 or 9903360. OLE color: 9903360.
HSL color Cylindrical-coordinate representation of color #001D97: hue angle of 228.48º degrees, saturation: 1, lightness: 0.3%. HSV value (or HSB Brightness) of color is 0.59% and HSV saturation: 1%. Process color model (Four color, CMYK) of #001D97 is Cyan = 1, Magento = 0.81, Yellow = 0 and Black (K on CMYK) = 0.41.
Color convert
| RGB | 0 | 29 | 151 | - |
| CMYK | 1 | 0.81 | 0 | 0.41 |
| HSL | 228.48º | 1% | 0.3% | - |
| HSV(B) | 228.48º | 1% | 0.59% | - |
| XYZ | 6.03 | 3.11 | 29.56 | - |
| YUV | 34.24 | 193.89 | 103.58 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 0 | 29 | 151 | 1 | 0.81 | 0 | 0.41 | 228.48 | 1 | 0.3 |
| Hex | 0 | 1D | 97 | 64 | 51 | 0 | 29 | E4 | 64 | 1E |
| Octal | 0 | 35 | 227 | 144 | 121 | 0 | 51 | 344 | 144 | 36 |
| Binary | 0 | 11101 | 10010111 | 1100100 | 1010001 | 0 | 101001 | 11100100 | 1100100 | 11110 |
Color Harmonies of #001D97
Complementary color
Monochromatic Colors of #001D97
Black with #001D97
Text Example
Text Example
White with #001D97
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #001D97; }
p { color: rgb(0,29,151); }
H1.HeaderClassName
{
color: #001D97;
}
.AnyTagClassName
{
color: #001D97;
}
</style>
background-color css
<style>
a { background-color: #001D97; }
a { background-color: rgb(0,29,151); }
div.DivClassName
{
background-color: #001D97;
}
.BgClassName
{
background-color: #001D97;
}
</style>
border-color css
<style>
span { border-color: #001D97; }
span { border-color: rgb(0,29,151); }
td.TdClassName
{
border-color: #001D97;
}
.TagClassName
{
border-color: #001D97;
}
</style>