Shades of Smalt #082C91
Tints of Smalt #082C91
RGB
CMYK
RGB Variations
Color information
#082C91 (or 0x082C91) is known color: Smalt. HEX triplet: 08, 2C and 91. RGB value is (8,44,145). Sum of RGB (Red+Green+Blue) = 8+44+145=197 (26% of max value = 765). Red value is 8 (3.52% from 255 or 4.06% from 197); Green value is 44 (17.58% from 255 or 22.34% from 197); Blue value is 145 (57.03% from 255 or 73.60% from 197); Max value from RGB is 145 - color contains mainly: blue. Hex color #082C91 is not a web safe color. Web safe color analog (approx): #003399. Inversed color of #082C91 is #F7D36E. Grayscale: #2C2C2C. Windows color (decimal): -16241519 or 9513992. OLE color: 9513992.
HSL color Cylindrical-coordinate representation of color #082C91: hue angle of 224.23º degrees, saturation: 0.9, lightness: 0.3%. HSV value (or HSB Brightness) of color is 0.57% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #082C91 is Cyan = 0.94, Magento = 0.70, Yellow = 0 and Black (K on CMYK) = 0.43.
Color convert
| RGB | 8 | 44 | 145 | - |
| CMYK | 0.94 | 0.70 | 0 | 0.43 |
| HSL | 224.23º | 0.9% | 0.3% | - |
| HSV(B) | 224.23º | 0.94% | 0.57% | - |
| XYZ | 6.11 | 3.9 | 27.22 | - |
| YUV | 44.75 | 184.57 | 101.79 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 8 | 44 | 145 | 0.94 | 0.70 | 0 | 0.43 | 224.23 | 0.9 | 0.3 |
| Hex | 8 | 2C | 91 | 5E | 46 | 0 | 2B | E0 | 5A | 1E |
| Octal | 10 | 54 | 221 | 136 | 106 | 0 | 53 | 340 | 132 | 36 |
| Binary | 1000 | 101100 | 10010001 | 1011110 | 1000110 | 0 | 101011 | 11100000 | 1011010 | 11110 |
Color Harmonies of #082C91
Complementary color
Monochromatic Colors of #082C91
Black with #082C91
Text Example
Text Example
White with #082C91
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #082C91; }
p { color: rgb(8,44,145); }
H1.HeaderClassName
{
color: #082C91;
}
.AnyTagClassName
{
color: #082C91;
}
</style>
background-color css
<style>
a { background-color: #082C91; }
a { background-color: rgb(8,44,145); }
div.DivClassName
{
background-color: #082C91;
}
.BgClassName
{
background-color: #082C91;
}
</style>
border-color css
<style>
span { border-color: #082C91; }
span { border-color: rgb(8,44,145); }
td.TdClassName
{
border-color: #082C91;
}
.TagClassName
{
border-color: #082C91;
}
</style>