Shades of Smalt #001F86
Tints of Smalt #001F86
RGB
CMYK
RGB Variations
Color information
#001F86 (or 0x001F86) is known color: Smalt. HEX triplet: 00, 1F and 86. RGB value is (0,31,134). Sum of RGB (Red+Green+Blue) = 0+31+134=165 (21% of max value = 765). Red value is 0 (0.39% from 255 or 0% from 165); Green value is 31 (12.5% from 255 or 18.79% from 165); Blue value is 134 (52.73% from 255 or 81.21% from 165); Max value from RGB is 134 - color contains mainly: blue. Hex color #001F86 is not a web safe color. Web safe color analog (approx): #003399. Inversed color of #001F86 is #FFE079. Grayscale: #212121. Windows color (decimal): -16769146 or 8789760. OLE color: 8789760.
HSL color Cylindrical-coordinate representation of color #001F86: hue angle of 226.12º degrees, saturation: 1, lightness: 0.26%. HSV value (or HSB Brightness) of color is 0.53% and HSV saturation: 1%. Process color model (Four color, CMYK) of #001F86 is Cyan = 1, Magento = 0.77, Yellow = 0 and Black (K on CMYK) = 0.47.
Color convert
| RGB | 0 | 31 | 134 | - |
| CMYK | 1 | 0.77 | 0 | 0.47 |
| HSL | 226.12º | 1% | 0.26% | - |
| HSV(B) | 226.12º | 1% | 0.53% | - |
| XYZ | 4.79 | 2.7 | 22.82 | - |
| YUV | 33.47 | 184.73 | 104.12 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 0 | 31 | 134 | 1 | 0.77 | 0 | 0.47 | 226.12 | 1 | 0.26 |
| Hex | 0 | 1F | 86 | 64 | 4D | 0 | 2F | E2 | 64 | 1A |
| Octal | 0 | 37 | 206 | 144 | 115 | 0 | 57 | 342 | 144 | 32 |
| Binary | 0 | 11111 | 10000110 | 1100100 | 1001101 | 0 | 101111 | 11100010 | 1100100 | 11010 |
Color Harmonies of #001F86
Complementary color
Monochromatic Colors of #001F86
Black with #001F86
Text Example
Text Example
White with #001F86
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #001F86; }
p { color: rgb(0,31,134); }
H1.HeaderClassName
{
color: #001F86;
}
.AnyTagClassName
{
color: #001F86;
}
</style>
background-color css
<style>
a { background-color: #001F86; }
a { background-color: rgb(0,31,134); }
div.DivClassName
{
background-color: #001F86;
}
.BgClassName
{
background-color: #001F86;
}
</style>
border-color css
<style>
span { border-color: #001F86; }
span { border-color: rgb(0,31,134); }
td.TdClassName
{
border-color: #001F86;
}
.TagClassName
{
border-color: #001F86;
}
</style>