Shades of Smalt #082C90
Tints of Smalt #082C90
RGB
CMYK
RGB Variations
Color information
#082C90 (or 0x082C90) is known color: Smalt. HEX triplet: 08, 2C and 90. RGB value is (8,44,144). Sum of RGB (Red+Green+Blue) = 8+44+144=196 (25% of max value = 765). Red value is 8 (3.52% from 255 or 4.08% from 196); Green value is 44 (17.58% from 255 or 22.45% from 196); Blue value is 144 (56.64% from 255 or 73.47% from 196); Max value from RGB is 144 - color contains mainly: blue. Hex color #082C90 is not a web safe color. Web safe color analog (approx): #003399. Inversed color of #082C90 is #F7D36F. Grayscale: #2C2C2C. Windows color (decimal): -16241520 or 9448456. OLE color: 9448456.
HSL color Cylindrical-coordinate representation of color #082C90: hue angle of 224.12º degrees, saturation: 0.89, lightness: 0.3%. HSV value (or HSB Brightness) of color is 0.56% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #082C90 is Cyan = 0.94, Magento = 0.69, Yellow = 0 and Black (K on CMYK) = 0.44.
Color convert
| RGB | 8 | 44 | 144 | - |
| CMYK | 0.94 | 0.69 | 0 | 0.44 |
| HSL | 224.12º | 0.89% | 0.3% | - |
| HSV(B) | 224.12º | 0.94% | 0.56% | - |
| XYZ | 6.03 | 3.87 | 26.81 | - |
| YUV | 44.64 | 184.07 | 101.87 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 8 | 44 | 144 | 0.94 | 0.69 | 0 | 0.44 | 224.12 | 0.89 | 0.3 |
| Hex | 8 | 2C | 90 | 5E | 45 | 0 | 2C | E0 | 59 | 1E |
| Octal | 10 | 54 | 220 | 136 | 105 | 0 | 54 | 340 | 131 | 36 |
| Binary | 1000 | 101100 | 10010000 | 1011110 | 1000101 | 0 | 101100 | 11100000 | 1011001 | 11110 |
Color Harmonies of #082C90
Complementary color
Monochromatic Colors of #082C90
Black with #082C90
Text Example
Text Example
White with #082C90
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #082C90; }
p { color: rgb(8,44,144); }
H1.HeaderClassName
{
color: #082C90;
}
.AnyTagClassName
{
color: #082C90;
}
</style>
background-color css
<style>
a { background-color: #082C90; }
a { background-color: rgb(8,44,144); }
div.DivClassName
{
background-color: #082C90;
}
.BgClassName
{
background-color: #082C90;
}
</style>
border-color css
<style>
span { border-color: #082C90; }
span { border-color: rgb(8,44,144); }
td.TdClassName
{
border-color: #082C90;
}
.TagClassName
{
border-color: #082C90;
}
</style>