Shades of Smalt #082F9A
Tints of Smalt #082F9A
RGB
CMYK
RGB Variations
Color information
#082F9A (or 0x082F9A) is known color: Smalt. HEX triplet: 08, 2F and 9A. RGB value is (8,47,154). Sum of RGB (Red+Green+Blue) = 8+47+154=209 (27% of max value = 765). Red value is 8 (3.52% from 255 or 3.83% from 209); Green value is 47 (18.75% from 255 or 22.49% from 209); Blue value is 154 (60.55% from 255 or 73.68% from 209); Max value from RGB is 154 - color contains mainly: blue. Hex color #082F9A is not a web safe color. Web safe color analog (approx): #003399. Inversed color of #082F9A is #F7D065. Grayscale: #2F2F2F. Windows color (decimal): -16240742 or 10104584. OLE color: 10104584.
HSL color Cylindrical-coordinate representation of color #082F9A: hue angle of 223.97º degrees, saturation: 0.9, lightness: 0.32%. HSV value (or HSB Brightness) of color is 0.6% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #082F9A is Cyan = 0.95, Magento = 0.69, Yellow = 0 and Black (K on CMYK) = 0.40.
Color convert
| RGB | 8 | 47 | 154 | - |
| CMYK | 0.95 | 0.69 | 0 | 0.40 |
| HSL | 223.97º | 0.9% | 0.32% | - |
| HSV(B) | 223.97º | 0.95% | 0.6% | - |
| XYZ | 6.95 | 4.42 | 31.06 | - |
| YUV | 47.54 | 188.08 | 99.8 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 8 | 47 | 154 | 0.95 | 0.69 | 0 | 0.40 | 223.97 | 0.9 | 0.32 |
| Hex | 8 | 2F | 9A | 5F | 45 | 0 | 28 | E0 | 5A | 20 |
| Octal | 10 | 57 | 232 | 137 | 105 | 0 | 50 | 340 | 132 | 40 |
| Binary | 1000 | 101111 | 10011010 | 1011111 | 1000101 | 0 | 101000 | 11100000 | 1011010 | 100000 |
Color Harmonies of #082F9A
Complementary color
Monochromatic Colors of #082F9A
Black with #082F9A
Text Example
Text Example
White with #082F9A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #082F9A; }
p { color: rgb(8,47,154); }
H1.HeaderClassName
{
color: #082F9A;
}
.AnyTagClassName
{
color: #082F9A;
}
</style>
background-color css
<style>
a { background-color: #082F9A; }
a { background-color: rgb(8,47,154); }
div.DivClassName
{
background-color: #082F9A;
}
.BgClassName
{
background-color: #082F9A;
}
</style>
border-color css
<style>
span { border-color: #082F9A; }
span { border-color: rgb(8,47,154); }
td.TdClassName
{
border-color: #082F9A;
}
.TagClassName
{
border-color: #082F9A;
}
</style>