Shades of Sapphire #082053
Tints of Sapphire #082053
RGB
CMYK
RGB Variations
Color information
#082053 (or 0x082053) is known color: Sapphire. HEX triplet: 08, 20 and 53. RGB value is (8,32,83). Sum of RGB (Red+Green+Blue) = 8+32+83=123 (16% of max value = 765). Red value is 8 (3.52% from 255 or 6.50% from 123); Green value is 32 (12.89% from 255 or 26.02% from 123); Blue value is 83 (32.81% from 255 or 67.48% from 123); Max value from RGB is 83 - color contains mainly: blue. Hex color #082053 is not a web safe color. Web safe color analog (approx): #003366. Inversed color of #082053 is #F7DFAC. Grayscale: #1E1E1E. Windows color (decimal): -16244653 or 5447688. OLE color: 5447688.
HSL color Cylindrical-coordinate representation of color #082053: hue angle of 220.8º degrees, saturation: 0.82, 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 #082053 is Cyan = 0.90, Magento = 0.61, Yellow = 0 and Black (K on CMYK) = 0.67.
Color convert
| RGB | 8 | 32 | 83 | - |
| CMYK | 0.90 | 0.61 | 0 | 0.67 |
| HSL | 220.8º | 0.82% | 0.18% | - |
| HSV(B) | 220.8º | 0.9% | 0.33% | - |
| XYZ | 2.18 | 1.71 | 8.4 | - |
| YUV | 30.64 | 157.55 | 111.85 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 8 | 32 | 83 | 0.90 | 0.61 | 0 | 0.67 | 220.8 | 0.82 | 0.18 |
| Hex | 8 | 20 | 53 | 5A | 3D | 0 | 43 | DD | 52 | 12 |
| Octal | 10 | 40 | 123 | 132 | 75 | 0 | 103 | 335 | 122 | 22 |
| Binary | 1000 | 100000 | 1010011 | 1011010 | 111101 | 0 | 1000011 | 11011101 | 1010010 | 10010 |
Color Harmonies of #082053
Complementary color
Monochromatic Colors of #082053
Black with #082053
Text Example
Text Example
White with #082053
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #082053; }
p { color: rgb(8,32,83); }
H1.HeaderClassName
{
color: #082053;
}
.AnyTagClassName
{
color: #082053;
}
</style>
background-color css
<style>
a { background-color: #082053; }
a { background-color: rgb(8,32,83); }
div.DivClassName
{
background-color: #082053;
}
.BgClassName
{
background-color: #082053;
}
</style>
border-color css
<style>
span { border-color: #082053; }
span { border-color: rgb(8,32,83); }
td.TdClassName
{
border-color: #082053;
}
.TagClassName
{
border-color: #082053;
}
</style>