Shades of Smalt #001F8C
Tints of Smalt #001F8C
RGB
CMYK
RGB Variations
Color information
#001F8C (or 0x001F8C) is known color: Smalt. HEX triplet: 00, 1F and 8C. RGB value is (0,31,140). Sum of RGB (Red+Green+Blue) = 0+31+140=171 (22% of max value = 765). Red value is 0 (0.39% from 255 or 0% from 171); Green value is 31 (12.5% from 255 or 18.13% from 171); Blue value is 140 (55.08% from 255 or 81.87% from 171); Max value from RGB is 140 - color contains mainly: blue. Hex color #001F8C is not a web safe color. Web safe color analog (approx): #003399. Inversed color of #001F8C is #FFE073. Grayscale: #212121. Windows color (decimal): -16769140 or 9182976. OLE color: 9182976.
HSL color Cylindrical-coordinate representation of color #001F8C: hue angle of 226.71º degrees, saturation: 1, lightness: 0.27%. HSV value (or HSB Brightness) of color is 0.55% and HSV saturation: 1%. Process color model (Four color, CMYK) of #001F8C is Cyan = 1, Magento = 0.78, Yellow = 0 and Black (K on CMYK) = 0.45.
Color convert
| RGB | 0 | 31 | 140 | - |
| CMYK | 1 | 0.78 | 0 | 0.45 |
| HSL | 226.71º | 1% | 0.27% | - |
| HSV(B) | 226.71º | 1% | 0.55% | - |
| XYZ | 5.22 | 2.87 | 25.09 | - |
| YUV | 34.16 | 187.73 | 103.64 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 0 | 31 | 140 | 1 | 0.78 | 0 | 0.45 | 226.71 | 1 | 0.27 |
| Hex | 0 | 1F | 8C | 64 | 4E | 0 | 2D | E3 | 64 | 1B |
| Octal | 0 | 37 | 214 | 144 | 116 | 0 | 55 | 343 | 144 | 33 |
| Binary | 0 | 11111 | 10001100 | 1100100 | 1001110 | 0 | 101101 | 11100011 | 1100100 | 11011 |
Color Harmonies of #001F8C
Complementary color
Monochromatic Colors of #001F8C
Black with #001F8C
Text Example
Text Example
White with #001F8C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #001F8C; }
p { color: rgb(0,31,140); }
H1.HeaderClassName
{
color: #001F8C;
}
.AnyTagClassName
{
color: #001F8C;
}
</style>
background-color css
<style>
a { background-color: #001F8C; }
a { background-color: rgb(0,31,140); }
div.DivClassName
{
background-color: #001F8C;
}
.BgClassName
{
background-color: #001F8C;
}
</style>
border-color css
<style>
span { border-color: #001F8C; }
span { border-color: rgb(0,31,140); }
td.TdClassName
{
border-color: #001F8C;
}
.TagClassName
{
border-color: #001F8C;
}
</style>