Shades of Sapphire #082057
Tints of Sapphire #082057
RGB
CMYK
RGB Variations
Color information
#082057 (or 0x082057) is known color: Sapphire. HEX triplet: 08, 20 and 57. RGB value is (8,32,87). Sum of RGB (Red+Green+Blue) = 8+32+87=127 (16% of max value = 765). Red value is 8 (3.52% from 255 or 6.30% from 127); Green value is 32 (12.89% from 255 or 25.20% from 127); Blue value is 87 (34.38% from 255 or 68.50% from 127); Max value from RGB is 87 - color contains mainly: blue. Hex color #082057 is not a web safe color. Web safe color analog (approx): #003366. Inversed color of #082057 is #F7DFA8. Grayscale: #1E1E1E. Windows color (decimal): -16244649 or 5709832. OLE color: 5709832.
HSL color Cylindrical-coordinate representation of color #082057: hue angle of 221.77º degrees, saturation: 0.83, lightness: 0.19%. HSV value (or HSB Brightness) of color is 0.34% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #082057 is Cyan = 0.91, Magento = 0.63, Yellow = 0 and Black (K on CMYK) = 0.66.
Color convert
| RGB | 8 | 32 | 87 | - |
| CMYK | 0.91 | 0.63 | 0 | 0.66 |
| HSL | 221.77º | 0.83% | 0.19% | - |
| HSV(B) | 221.77º | 0.91% | 0.34% | - |
| XYZ | 2.34 | 1.77 | 9.24 | - |
| YUV | 31.09 | 159.55 | 111.53 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 8 | 32 | 87 | 0.91 | 0.63 | 0 | 0.66 | 221.77 | 0.83 | 0.19 |
| Hex | 8 | 20 | 57 | 5B | 3F | 0 | 42 | DE | 53 | 13 |
| Octal | 10 | 40 | 127 | 133 | 77 | 0 | 102 | 336 | 123 | 23 |
| Binary | 1000 | 100000 | 1010111 | 1011011 | 111111 | 0 | 1000010 | 11011110 | 1010011 | 10011 |
Color Harmonies of #082057
Complementary color
Monochromatic Colors of #082057
Black with #082057
Text Example
Text Example
White with #082057
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #082057; }
p { color: rgb(8,32,87); }
H1.HeaderClassName
{
color: #082057;
}
.AnyTagClassName
{
color: #082057;
}
</style>
background-color css
<style>
a { background-color: #082057; }
a { background-color: rgb(8,32,87); }
div.DivClassName
{
background-color: #082057;
}
.BgClassName
{
background-color: #082057;
}
</style>
border-color css
<style>
span { border-color: #082057; }
span { border-color: rgb(8,32,87); }
td.TdClassName
{
border-color: #082057;
}
.TagClassName
{
border-color: #082057;
}
</style>