Shades of Smalt #082F90
Tints of Smalt #082F90
RGB
CMYK
RGB Variations
Color information
#082F90 (or 0x082F90) is known color: Smalt. HEX triplet: 08, 2F and 90. RGB value is (8,47,144). Sum of RGB (Red+Green+Blue) = 8+47+144=199 (26% of max value = 765). Red value is 8 (3.52% from 255 or 4.02% from 199); Green value is 47 (18.75% from 255 or 23.62% from 199); Blue value is 144 (56.64% from 255 or 72.36% from 199); Max value from RGB is 144 - color contains mainly: blue. Hex color #082F90 is not a web safe color. Web safe color analog (approx): #003399. Inversed color of #082F90 is #F7D06F. Grayscale: #2D2D2D. Windows color (decimal): -16240752 or 9449224. OLE color: 9449224.
HSL color Cylindrical-coordinate representation of color #082F90: hue angle of 222.79º 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 #082F90 is Cyan = 0.94, Magento = 0.67, Yellow = 0 and Black (K on CMYK) = 0.44.
Color convert
| RGB | 8 | 47 | 144 | - |
| CMYK | 0.94 | 0.67 | 0 | 0.44 |
| HSL | 222.79º | 0.89% | 0.3% | - |
| HSV(B) | 222.79º | 0.94% | 0.56% | - |
| XYZ | 6.15 | 4.1 | 26.85 | - |
| YUV | 46.4 | 183.08 | 100.61 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 8 | 47 | 144 | 0.94 | 0.67 | 0 | 0.44 | 222.79 | 0.89 | 0.3 |
| Hex | 8 | 2F | 90 | 5E | 43 | 0 | 2C | DF | 59 | 1E |
| Octal | 10 | 57 | 220 | 136 | 103 | 0 | 54 | 337 | 131 | 36 |
| Binary | 1000 | 101111 | 10010000 | 1011110 | 1000011 | 0 | 101100 | 11011111 | 1011001 | 11110 |
Color Harmonies of #082F90
Complementary color
Monochromatic Colors of #082F90
Black with #082F90
Text Example
Text Example
White with #082F90
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #082F90; }
p { color: rgb(8,47,144); }
H1.HeaderClassName
{
color: #082F90;
}
.AnyTagClassName
{
color: #082F90;
}
</style>
background-color css
<style>
a { background-color: #082F90; }
a { background-color: rgb(8,47,144); }
div.DivClassName
{
background-color: #082F90;
}
.BgClassName
{
background-color: #082F90;
}
</style>
border-color css
<style>
span { border-color: #082F90; }
span { border-color: rgb(8,47,144); }
td.TdClassName
{
border-color: #082F90;
}
.TagClassName
{
border-color: #082F90;
}
</style>