Shades of Sapphire #082052
Tints of Sapphire #082052
RGB
CMYK
RGB Variations
Color information
#082052 (or 0x082052) is known color: Sapphire. HEX triplet: 08, 20 and 52. RGB value is (8,32,82). Sum of RGB (Red+Green+Blue) = 8+32+82=122 (16% of max value = 765). Red value is 8 (3.52% from 255 or 6.56% from 122); Green value is 32 (12.89% from 255 or 26.23% from 122); Blue value is 82 (32.42% from 255 or 67.21% from 122); Max value from RGB is 82 - color contains mainly: blue. Hex color #082052 is not a web safe color. Web safe color analog (approx): #003366. Inversed color of #082052 is #F7DFAD. Grayscale: #1E1E1E. Windows color (decimal): -16244654 or 5382152. OLE color: 5382152.
HSL color Cylindrical-coordinate representation of color #082052: hue angle of 220.54º degrees, saturation: 0.82, lightness: 0.18%. HSV value (or HSB Brightness) of color is 0.32% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #082052 is Cyan = 0.90, Magento = 0.61, Yellow = 0 and Black (K on CMYK) = 0.68.
Color convert
| RGB | 8 | 32 | 82 | - |
| CMYK | 0.90 | 0.61 | 0 | 0.68 |
| HSL | 220.54º | 0.82% | 0.18% | - |
| HSV(B) | 220.54º | 0.9% | 0.32% | - |
| XYZ | 2.14 | 1.69 | 8.2 | - |
| YUV | 30.52 | 157.05 | 111.93 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 8 | 32 | 82 | 0.90 | 0.61 | 0 | 0.68 | 220.54 | 0.82 | 0.18 |
| Hex | 8 | 20 | 52 | 5A | 3D | 0 | 44 | DD | 52 | 12 |
| Octal | 10 | 40 | 122 | 132 | 75 | 0 | 104 | 335 | 122 | 22 |
| Binary | 1000 | 100000 | 1010010 | 1011010 | 111101 | 0 | 1000100 | 11011101 | 1010010 | 10010 |
Color Harmonies of #082052
Complementary color
Monochromatic Colors of #082052
Black with #082052
Text Example
Text Example
White with #082052
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #082052; }
p { color: rgb(8,32,82); }
H1.HeaderClassName
{
color: #082052;
}
.AnyTagClassName
{
color: #082052;
}
</style>
background-color css
<style>
a { background-color: #082052; }
a { background-color: rgb(8,32,82); }
div.DivClassName
{
background-color: #082052;
}
.BgClassName
{
background-color: #082052;
}
</style>
border-color css
<style>
span { border-color: #082052; }
span { border-color: rgb(8,32,82); }
td.TdClassName
{
border-color: #082052;
}
.TagClassName
{
border-color: #082052;
}
</style>