Shades of Sapphire #082753
Tints of Sapphire #082753
RGB
CMYK
RGB Variations
Color information
#082753 (or 0x082753) is known color: Sapphire. HEX triplet: 08, 27 and 53. RGB value is (8,39,83). Sum of RGB (Red+Green+Blue) = 8+39+83=130 (17% of max value = 765). Red value is 8 (3.52% from 255 or 6.15% from 130); Green value is 39 (15.62% from 255 or 30% from 130); Blue value is 83 (32.81% from 255 or 63.85% from 130); Max value from RGB is 83 - color contains mainly: blue. Hex color #082753 is not a web safe color. Web safe color analog (approx): #003366. Inversed color of #082753 is #F7D8AC. Grayscale: #222222. Windows color (decimal): -16242861 or 5449480. OLE color: 5449480.
HSL color Cylindrical-coordinate representation of color #082753: hue angle of 215.2º 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 #082753 is Cyan = 0.90, Magento = 0.53, Yellow = 0 and Black (K on CMYK) = 0.67.
Color convert
| RGB | 8 | 39 | 83 | - |
| CMYK | 0.90 | 0.53 | 0 | 0.67 |
| HSL | 215.2º | 0.82% | 0.18% | - |
| HSV(B) | 215.2º | 0.9% | 0.33% | - |
| XYZ | 2.39 | 2.13 | 8.47 | - |
| YUV | 34.75 | 155.23 | 108.92 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 8 | 39 | 83 | 0.90 | 0.53 | 0 | 0.67 | 215.2 | 0.82 | 0.18 |
| Hex | 8 | 27 | 53 | 5A | 35 | 0 | 43 | D7 | 52 | 12 |
| Octal | 10 | 47 | 123 | 132 | 65 | 0 | 103 | 327 | 122 | 22 |
| Binary | 1000 | 100111 | 1010011 | 1011010 | 110101 | 0 | 1000011 | 11010111 | 1010010 | 10010 |
Color Harmonies of #082753
Complementary color
Monochromatic Colors of #082753
Black with #082753
Text Example
Text Example
White with #082753
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #082753; }
p { color: rgb(8,39,83); }
H1.HeaderClassName
{
color: #082753;
}
.AnyTagClassName
{
color: #082753;
}
</style>
background-color css
<style>
a { background-color: #082753; }
a { background-color: rgb(8,39,83); }
div.DivClassName
{
background-color: #082753;
}
.BgClassName
{
background-color: #082753;
}
</style>
border-color css
<style>
span { border-color: #082753; }
span { border-color: rgb(8,39,83); }
td.TdClassName
{
border-color: #082753;
}
.TagClassName
{
border-color: #082753;
}
</style>