Shades of Smalt #001F84
Tints of Smalt #001F84
RGB
CMYK
RGB Variations
Color information
#001F84 (or 0x001F84) is known color: Smalt. HEX triplet: 00, 1F and 84. RGB value is (0,31,132). Sum of RGB (Red+Green+Blue) = 0+31+132=163 (21% of max value = 765). Red value is 0 (0.39% from 255 or 0% from 163); Green value is 31 (12.5% from 255 or 19.02% from 163); Blue value is 132 (51.95% from 255 or 80.98% from 163); Max value from RGB is 132 - color contains mainly: blue. Hex color #001F84 is not a web safe color. Web safe color analog (approx): #003399. Inversed color of #001F84 is #FFE07B. Grayscale: #202020. Windows color (decimal): -16769148 or 8658688. OLE color: 8658688.
HSL color Cylindrical-coordinate representation of color #001F84: hue angle of 225.91º degrees, saturation: 1, lightness: 0.26%. HSV value (or HSB Brightness) of color is 0.52% and HSV saturation: 1%. Process color model (Four color, CMYK) of #001F84 is Cyan = 1, Magento = 0.77, Yellow = 0 and Black (K on CMYK) = 0.48.
Color convert
| RGB | 0 | 31 | 132 | - |
| CMYK | 1 | 0.77 | 0 | 0.48 |
| HSL | 225.91º | 1% | 0.26% | - |
| HSV(B) | 225.91º | 1% | 0.52% | - |
| XYZ | 4.65 | 2.65 | 22.1 | - |
| YUV | 33.25 | 183.73 | 104.29 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 0 | 31 | 132 | 1 | 0.77 | 0 | 0.48 | 225.91 | 1 | 0.26 |
| Hex | 0 | 1F | 84 | 64 | 4D | 0 | 30 | E2 | 64 | 1A |
| Octal | 0 | 37 | 204 | 144 | 115 | 0 | 60 | 342 | 144 | 32 |
| Binary | 0 | 11111 | 10000100 | 1100100 | 1001101 | 0 | 110000 | 11100010 | 1100100 | 11010 |
Color Harmonies of #001F84
Complementary color
Monochromatic Colors of #001F84
Black with #001F84
Text Example
Text Example
White with #001F84
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #001F84; }
p { color: rgb(0,31,132); }
H1.HeaderClassName
{
color: #001F84;
}
.AnyTagClassName
{
color: #001F84;
}
</style>
background-color css
<style>
a { background-color: #001F84; }
a { background-color: rgb(0,31,132); }
div.DivClassName
{
background-color: #001F84;
}
.BgClassName
{
background-color: #001F84;
}
</style>
border-color css
<style>
span { border-color: #001F84; }
span { border-color: rgb(0,31,132); }
td.TdClassName
{
border-color: #001F84;
}
.TagClassName
{
border-color: #001F84;
}
</style>