Shades of Smalt #001F92
Tints of Smalt #001F92
RGB
CMYK
RGB Variations
Color information
#001F92 (or 0x001F92) is known color: Smalt. HEX triplet: 00, 1F and 92. RGB value is (0,31,146). Sum of RGB (Red+Green+Blue) = 0+31+146=177 (23% of max value = 765). Red value is 0 (0.39% from 255 or 0% from 177); Green value is 31 (12.5% from 255 or 17.51% from 177); Blue value is 146 (57.42% from 255 or 82.49% from 177); Max value from RGB is 146 - color contains mainly: blue. Hex color #001F92 is not a web safe color. Web safe color analog (approx): #003399. Inversed color of #001F92 is #FFE06D. Grayscale: #222222. Windows color (decimal): -16769134 or 9576192. OLE color: 9576192.
HSL color Cylindrical-coordinate representation of color #001F92: hue angle of 227.26º degrees, saturation: 1, lightness: 0.29%. HSV value (or HSB Brightness) of color is 0.57% and HSV saturation: 1%. Process color model (Four color, CMYK) of #001F92 is Cyan = 1, Magento = 0.79, Yellow = 0 and Black (K on CMYK) = 0.43.
Color convert
| RGB | 0 | 31 | 146 | - |
| CMYK | 1 | 0.79 | 0 | 0.43 |
| HSL | 227.26º | 1% | 0.29% | - |
| HSV(B) | 227.26º | 1% | 0.57% | - |
| XYZ | 5.68 | 3.06 | 27.48 | - |
| YUV | 34.84 | 190.73 | 103.15 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 0 | 31 | 146 | 1 | 0.79 | 0 | 0.43 | 227.26 | 1 | 0.29 |
| Hex | 0 | 1F | 92 | 64 | 4F | 0 | 2B | E3 | 64 | 1D |
| Octal | 0 | 37 | 222 | 144 | 117 | 0 | 53 | 343 | 144 | 35 |
| Binary | 0 | 11111 | 10010010 | 1100100 | 1001111 | 0 | 101011 | 11100011 | 1100100 | 11101 |
Color Harmonies of #001F92
Complementary color
Monochromatic Colors of #001F92
Black with #001F92
Text Example
Text Example
White with #001F92
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #001F92; }
p { color: rgb(0,31,146); }
H1.HeaderClassName
{
color: #001F92;
}
.AnyTagClassName
{
color: #001F92;
}
</style>
background-color css
<style>
a { background-color: #001F92; }
a { background-color: rgb(0,31,146); }
div.DivClassName
{
background-color: #001F92;
}
.BgClassName
{
background-color: #001F92;
}
</style>
border-color css
<style>
span { border-color: #001F92; }
span { border-color: rgb(0,31,146); }
td.TdClassName
{
border-color: #001F92;
}
.TagClassName
{
border-color: #001F92;
}
</style>