Shades of Smalt #082B8D
Tints of Smalt #082B8D
RGB
CMYK
RGB Variations
Color information
#082B8D (or 0x082B8D) is known color: Smalt. HEX triplet: 08, 2B and 8D. RGB value is (8,43,141). Sum of RGB (Red+Green+Blue) = 8+43+141=192 (25% of max value = 765). Red value is 8 (3.52% from 255 or 4.17% from 192); Green value is 43 (17.19% from 255 or 22.40% from 192); Blue value is 141 (55.47% from 255 or 73.44% from 192); Max value from RGB is 141 - color contains mainly: blue. Hex color #082B8D is not a web safe color. Web safe color analog (approx): #003399. Inversed color of #082B8D is #F7D472. Grayscale: #2B2B2B. Windows color (decimal): -16241779 or 9251592. OLE color: 9251592.
HSL color Cylindrical-coordinate representation of color #082B8D: hue angle of 224.21º 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 #082B8D is Cyan = 0.94, Magento = 0.70, Yellow = 0 and Black (K on CMYK) = 0.45.
Color convert
| RGB | 8 | 43 | 141 | - |
| CMYK | 0.94 | 0.70 | 0 | 0.45 |
| HSL | 224.21º | 0.89% | 0.29% | - |
| HSV(B) | 224.21º | 0.94% | 0.55% | - |
| XYZ | 5.77 | 3.7 | 25.61 | - |
| YUV | 43.71 | 182.9 | 102.53 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 8 | 43 | 141 | 0.94 | 0.70 | 0 | 0.45 | 224.21 | 0.89 | 0.29 |
| Hex | 8 | 2B | 8D | 5E | 46 | 0 | 2D | E0 | 59 | 1D |
| Octal | 10 | 53 | 215 | 136 | 106 | 0 | 55 | 340 | 131 | 35 |
| Binary | 1000 | 101011 | 10001101 | 1011110 | 1000110 | 0 | 101101 | 11100000 | 1011001 | 11101 |
Color Harmonies of #082B8D
Complementary color
Monochromatic Colors of #082B8D
Black with #082B8D
Text Example
Text Example
White with #082B8D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #082B8D; }
p { color: rgb(8,43,141); }
H1.HeaderClassName
{
color: #082B8D;
}
.AnyTagClassName
{
color: #082B8D;
}
</style>
background-color css
<style>
a { background-color: #082B8D; }
a { background-color: rgb(8,43,141); }
div.DivClassName
{
background-color: #082B8D;
}
.BgClassName
{
background-color: #082B8D;
}
</style>
border-color css
<style>
span { border-color: #082B8D; }
span { border-color: rgb(8,43,141); }
td.TdClassName
{
border-color: #082B8D;
}
.TagClassName
{
border-color: #082B8D;
}
</style>