Shades of Smalt #082F8B
Tints of Smalt #082F8B
RGB
CMYK
RGB Variations
Color information
#082F8B (or 0x082F8B) is known color: Smalt. HEX triplet: 08, 2F and 8B. RGB value is (8,47,139). Sum of RGB (Red+Green+Blue) = 8+47+139=194 (25% of max value = 765). Red value is 8 (3.52% from 255 or 4.12% from 194); Green value is 47 (18.75% from 255 or 24.23% from 194); Blue value is 139 (54.69% from 255 or 71.65% from 194); Max value from RGB is 139 - color contains mainly: blue. Hex color #082F8B is not a web safe color. Web safe color analog (approx): #003399. Inversed color of #082F8B is #F7D074. Grayscale: #2D2D2D. Windows color (decimal): -16240757 or 9121544. OLE color: 9121544.
HSL color Cylindrical-coordinate representation of color #082F8B: hue angle of 222.14º degrees, saturation: 0.89, lightness: 0.29%. HSV value (or HSB Brightness) of color is 0.55% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #082F8B is Cyan = 0.94, Magento = 0.66, Yellow = 0 and Black (K on CMYK) = 0.45.
Color convert
| RGB | 8 | 47 | 139 | - |
| CMYK | 0.94 | 0.66 | 0 | 0.45 |
| HSL | 222.14º | 0.89% | 0.29% | - |
| HSV(B) | 222.14º | 0.94% | 0.55% | - |
| XYZ | 5.78 | 3.95 | 24.88 | - |
| YUV | 45.83 | 180.58 | 101.02 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 8 | 47 | 139 | 0.94 | 0.66 | 0 | 0.45 | 222.14 | 0.89 | 0.29 |
| Hex | 8 | 2F | 8B | 5E | 42 | 0 | 2D | DE | 59 | 1D |
| Octal | 10 | 57 | 213 | 136 | 102 | 0 | 55 | 336 | 131 | 35 |
| Binary | 1000 | 101111 | 10001011 | 1011110 | 1000010 | 0 | 101101 | 11011110 | 1011001 | 11101 |
Color Harmonies of #082F8B
Complementary color
Monochromatic Colors of #082F8B
Black with #082F8B
Text Example
Text Example
White with #082F8B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #082F8B; }
p { color: rgb(8,47,139); }
H1.HeaderClassName
{
color: #082F8B;
}
.AnyTagClassName
{
color: #082F8B;
}
</style>
background-color css
<style>
a { background-color: #082F8B; }
a { background-color: rgb(8,47,139); }
div.DivClassName
{
background-color: #082F8B;
}
.BgClassName
{
background-color: #082F8B;
}
</style>
border-color css
<style>
span { border-color: #082F8B; }
span { border-color: rgb(8,47,139); }
td.TdClassName
{
border-color: #082F8B;
}
.TagClassName
{
border-color: #082F8B;
}
</style>