Shades of Smalt #081F90
Tints of Smalt #081F90
RGB
CMYK
RGB Variations
Color information
#081F90 (or 0x081F90) is known color: Smalt. HEX triplet: 08, 1F and 90. RGB value is (8,31,144). Sum of RGB (Red+Green+Blue) = 8+31+144=183 (24% of max value = 765). Red value is 8 (3.52% from 255 or 4.37% from 183); Green value is 31 (12.5% from 255 or 16.94% from 183); Blue value is 144 (56.64% from 255 or 78.69% from 183); Max value from RGB is 144 - color contains mainly: blue. Hex color #081F90 is not a web safe color. Web safe color analog (approx): #003399. Inversed color of #081F90 is #F7E06F. Grayscale: #242424. Windows color (decimal): -16244848 or 9445128. OLE color: 9445128.
HSL color Cylindrical-coordinate representation of color #081F90: hue angle of 229.85º degrees, saturation: 0.89, lightness: 0.3%. HSV value (or HSB Brightness) of color is 0.56% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #081F90 is Cyan = 0.94, Magento = 0.78, Yellow = 0 and Black (K on CMYK) = 0.44.
Color convert
| RGB | 8 | 31 | 144 | - |
| CMYK | 0.94 | 0.78 | 0 | 0.44 |
| HSL | 229.85º | 0.89% | 0.3% | - |
| HSV(B) | 229.85º | 0.94% | 0.56% | - |
| XYZ | 5.62 | 3.05 | 26.68 | - |
| YUV | 37.01 | 188.38 | 107.31 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 8 | 31 | 144 | 0.94 | 0.78 | 0 | 0.44 | 229.85 | 0.89 | 0.3 |
| Hex | 8 | 1F | 90 | 5E | 4E | 0 | 2C | E6 | 59 | 1E |
| Octal | 10 | 37 | 220 | 136 | 116 | 0 | 54 | 346 | 131 | 36 |
| Binary | 1000 | 11111 | 10010000 | 1011110 | 1001110 | 0 | 101100 | 11100110 | 1011001 | 11110 |
Color Harmonies of #081F90
Complementary color
Monochromatic Colors of #081F90
Black with #081F90
Text Example
Text Example
White with #081F90
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #081F90; }
p { color: rgb(8,31,144); }
H1.HeaderClassName
{
color: #081F90;
}
.AnyTagClassName
{
color: #081F90;
}
</style>
background-color css
<style>
a { background-color: #081F90; }
a { background-color: rgb(8,31,144); }
div.DivClassName
{
background-color: #081F90;
}
.BgClassName
{
background-color: #081F90;
}
</style>
border-color css
<style>
span { border-color: #081F90; }
span { border-color: rgb(8,31,144); }
td.TdClassName
{
border-color: #081F90;
}
.TagClassName
{
border-color: #081F90;
}
</style>