Shades of Sapphire #082054
Tints of Sapphire #082054
RGB
CMYK
RGB Variations
Color information
#082054 (or 0x082054) is known color: Sapphire. HEX triplet: 08, 20 and 54. RGB value is (8,32,84). Sum of RGB (Red+Green+Blue) = 8+32+84=124 (16% of max value = 765). Red value is 8 (3.52% from 255 or 6.45% from 124); Green value is 32 (12.89% from 255 or 25.81% from 124); Blue value is 84 (33.20% from 255 or 67.74% from 124); Max value from RGB is 84 - color contains mainly: blue. Hex color #082054 is not a web safe color. Web safe color analog (approx): #003366. Inversed color of #082054 is #F7DFAB. Grayscale: #1E1E1E. Windows color (decimal): -16244652 or 5513224. OLE color: 5513224.
HSL color Cylindrical-coordinate representation of color #082054: hue angle of 221.05º degrees, saturation: 0.83, lightness: 0.18%. HSV value (or HSB Brightness) of color is 0.33% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #082054 is Cyan = 0.90, Magento = 0.62, Yellow = 0 and Black (K on CMYK) = 0.67.
Color convert
| RGB | 8 | 32 | 84 | - |
| CMYK | 0.90 | 0.62 | 0 | 0.67 |
| HSL | 221.05º | 0.83% | 0.18% | - |
| HSV(B) | 221.05º | 0.9% | 0.33% | - |
| XYZ | 2.22 | 1.72 | 8.6 | - |
| YUV | 30.75 | 158.05 | 111.77 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 8 | 32 | 84 | 0.90 | 0.62 | 0 | 0.67 | 221.05 | 0.83 | 0.18 |
| Hex | 8 | 20 | 54 | 5A | 3E | 0 | 43 | DD | 53 | 12 |
| Octal | 10 | 40 | 124 | 132 | 76 | 0 | 103 | 335 | 123 | 22 |
| Binary | 1000 | 100000 | 1010100 | 1011010 | 111110 | 0 | 1000011 | 11011101 | 1010011 | 10010 |
Color Harmonies of #082054
Complementary color
Monochromatic Colors of #082054
Black with #082054
Text Example
Text Example
White with #082054
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #082054; }
p { color: rgb(8,32,84); }
H1.HeaderClassName
{
color: #082054;
}
.AnyTagClassName
{
color: #082054;
}
</style>
background-color css
<style>
a { background-color: #082054; }
a { background-color: rgb(8,32,84); }
div.DivClassName
{
background-color: #082054;
}
.BgClassName
{
background-color: #082054;
}
</style>
border-color css
<style>
span { border-color: #082054; }
span { border-color: rgb(8,32,84); }
td.TdClassName
{
border-color: #082054;
}
.TagClassName
{
border-color: #082054;
}
</style>