Shades of Smalt #082D95
Tints of Smalt #082D95
RGB
CMYK
RGB Variations
Color information
#082D95 (or 0x082D95) is known color: Smalt. HEX triplet: 08, 2D and 95. RGB value is (8,45,149). Sum of RGB (Red+Green+Blue) = 8+45+149=202 (26% of max value = 765). Red value is 8 (3.52% from 255 or 3.96% from 202); Green value is 45 (17.97% from 255 or 22.28% from 202); Blue value is 149 (58.59% from 255 or 73.76% from 202); Max value from RGB is 149 - color contains mainly: blue. Hex color #082D95 is not a web safe color. Web safe color analog (approx): #003399. Inversed color of #082D95 is #F7D26A. Grayscale: #2D2D2D. Windows color (decimal): -16241259 or 9776392. OLE color: 9776392.
HSL color Cylindrical-coordinate representation of color #082D95: hue angle of 224.26º degrees, saturation: 0.9, lightness: 0.31%. HSV value (or HSB Brightness) of color is 0.58% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #082D95 is Cyan = 0.95, Magento = 0.70, Yellow = 0 and Black (K on CMYK) = 0.42.
Color convert
| RGB | 8 | 45 | 149 | - |
| CMYK | 0.95 | 0.70 | 0 | 0.42 |
| HSL | 224.26º | 0.9% | 0.31% | - |
| HSV(B) | 224.26º | 0.95% | 0.58% | - |
| XYZ | 6.46 | 4.1 | 28.88 | - |
| YUV | 45.79 | 186.24 | 101.04 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 8 | 45 | 149 | 0.95 | 0.70 | 0 | 0.42 | 224.26 | 0.9 | 0.31 |
| Hex | 8 | 2D | 95 | 5F | 46 | 0 | 2A | E0 | 5A | 1F |
| Octal | 10 | 55 | 225 | 137 | 106 | 0 | 52 | 340 | 132 | 37 |
| Binary | 1000 | 101101 | 10010101 | 1011111 | 1000110 | 0 | 101010 | 11100000 | 1011010 | 11111 |
Color Harmonies of #082D95
Complementary color
Monochromatic Colors of #082D95
Black with #082D95
Text Example
Text Example
White with #082D95
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #082D95; }
p { color: rgb(8,45,149); }
H1.HeaderClassName
{
color: #082D95;
}
.AnyTagClassName
{
color: #082D95;
}
</style>
background-color css
<style>
a { background-color: #082D95; }
a { background-color: rgb(8,45,149); }
div.DivClassName
{
background-color: #082D95;
}
.BgClassName
{
background-color: #082D95;
}
</style>
border-color css
<style>
span { border-color: #082D95; }
span { border-color: rgb(8,45,149); }
td.TdClassName
{
border-color: #082D95;
}
.TagClassName
{
border-color: #082D95;
}
</style>