Shades of Sapphire #082055
Tints of Sapphire #082055
RGB
CMYK
RGB Variations
Color information
#082055 (or 0x082055) is known color: Sapphire. HEX triplet: 08, 20 and 55. RGB value is (8,32,85). Sum of RGB (Red+Green+Blue) = 8+32+85=125 (16% of max value = 765). Red value is 8 (3.52% from 255 or 6.4% from 125); Green value is 32 (12.89% from 255 or 25.6% from 125); Blue value is 85 (33.59% from 255 or 68% from 125); Max value from RGB is 85 - color contains mainly: blue. Hex color #082055 is not a web safe color. Web safe color analog (approx): #003366. Inversed color of #082055 is #F7DFAA. Grayscale: #1E1E1E. Windows color (decimal): -16244651 or 5578760. OLE color: 5578760.
HSL color Cylindrical-coordinate representation of color #082055: hue angle of 221.3º degrees, saturation: 0.83, lightness: 0.18%. HSV value (or HSB Brightness) of color is 0.33% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #082055 is Cyan = 0.91, Magento = 0.62, Yellow = 0 and Black (K on CMYK) = 0.67.
Color convert
| RGB | 8 | 32 | 85 | - |
| CMYK | 0.91 | 0.62 | 0 | 0.67 |
| HSL | 221.3º | 0.83% | 0.18% | - |
| HSV(B) | 221.3º | 0.91% | 0.33% | - |
| XYZ | 2.26 | 1.74 | 8.81 | - |
| YUV | 30.87 | 158.55 | 111.69 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 8 | 32 | 85 | 0.91 | 0.62 | 0 | 0.67 | 221.3 | 0.83 | 0.18 |
| Hex | 8 | 20 | 55 | 5B | 3E | 0 | 43 | DD | 53 | 12 |
| Octal | 10 | 40 | 125 | 133 | 76 | 0 | 103 | 335 | 123 | 22 |
| Binary | 1000 | 100000 | 1010101 | 1011011 | 111110 | 0 | 1000011 | 11011101 | 1010011 | 10010 |
Color Harmonies of #082055
Complementary color
Monochromatic Colors of #082055
Black with #082055
Text Example
Text Example
White with #082055
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #082055; }
p { color: rgb(8,32,85); }
H1.HeaderClassName
{
color: #082055;
}
.AnyTagClassName
{
color: #082055;
}
</style>
background-color css
<style>
a { background-color: #082055; }
a { background-color: rgb(8,32,85); }
div.DivClassName
{
background-color: #082055;
}
.BgClassName
{
background-color: #082055;
}
</style>
border-color css
<style>
span { border-color: #082055; }
span { border-color: rgb(8,32,85); }
td.TdClassName
{
border-color: #082055;
}
.TagClassName
{
border-color: #082055;
}
</style>