Shades of Smalt #001F88
Tints of Smalt #001F88
RGB
CMYK
RGB Variations
Color information
#001F88 (or 0x001F88) is known color: Smalt. HEX triplet: 00, 1F and 88. RGB value is (0,31,136). Sum of RGB (Red+Green+Blue) = 0+31+136=167 (22% of max value = 765). Red value is 0 (0.39% from 255 or 0% from 167); Green value is 31 (12.5% from 255 or 18.56% from 167); Blue value is 136 (53.52% from 255 or 81.44% from 167); Max value from RGB is 136 - color contains mainly: blue. Hex color #001F88 is not a web safe color. Web safe color analog (approx): #003399. Inversed color of #001F88 is #FFE077. Grayscale: #212121. Windows color (decimal): -16769144 or 8920832. OLE color: 8920832.
HSL color Cylindrical-coordinate representation of color #001F88: hue angle of 226.32º degrees, saturation: 1, lightness: 0.27%. HSV value (or HSB Brightness) of color is 0.53% and HSV saturation: 1%. Process color model (Four color, CMYK) of #001F88 is Cyan = 1, Magento = 0.77, Yellow = 0 and Black (K on CMYK) = 0.47.
Color convert
| RGB | 0 | 31 | 136 | - |
| CMYK | 1 | 0.77 | 0 | 0.47 |
| HSL | 226.32º | 1% | 0.27% | - |
| HSV(B) | 226.32º | 1% | 0.53% | - |
| XYZ | 4.93 | 2.76 | 23.56 | - |
| YUV | 33.7 | 185.73 | 103.96 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 0 | 31 | 136 | 1 | 0.77 | 0 | 0.47 | 226.32 | 1 | 0.27 |
| Hex | 0 | 1F | 88 | 64 | 4D | 0 | 2F | E2 | 64 | 1B |
| Octal | 0 | 37 | 210 | 144 | 115 | 0 | 57 | 342 | 144 | 33 |
| Binary | 0 | 11111 | 10001000 | 1100100 | 1001101 | 0 | 101111 | 11100010 | 1100100 | 11011 |
Color Harmonies of #001F88
Complementary color
Monochromatic Colors of #001F88
Black with #001F88
Text Example
Text Example
White with #001F88
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #001F88; }
p { color: rgb(0,31,136); }
H1.HeaderClassName
{
color: #001F88;
}
.AnyTagClassName
{
color: #001F88;
}
</style>
background-color css
<style>
a { background-color: #001F88; }
a { background-color: rgb(0,31,136); }
div.DivClassName
{
background-color: #001F88;
}
.BgClassName
{
background-color: #001F88;
}
</style>
border-color css
<style>
span { border-color: #001F88; }
span { border-color: rgb(0,31,136); }
td.TdClassName
{
border-color: #001F88;
}
.TagClassName
{
border-color: #001F88;
}
</style>