Shades of Sapphire #082557
Tints of Sapphire #082557
RGB
CMYK
RGB Variations
Color information
#082557 (or 0x082557) is known color: Sapphire. HEX triplet: 08, 25 and 57. RGB value is (8,37,87). Sum of RGB (Red+Green+Blue) = 8+37+87=132 (17% of max value = 765). Red value is 8 (3.52% from 255 or 6.06% from 132); Green value is 37 (14.84% from 255 or 28.03% from 132); Blue value is 87 (34.38% from 255 or 65.91% from 132); Max value from RGB is 87 - color contains mainly: blue. Hex color #082557 is not a web safe color. Web safe color analog (approx): #003366. Inversed color of #082557 is #F7DAA8. Grayscale: #212121. Windows color (decimal): -16243369 or 5711112. OLE color: 5711112.
HSL color Cylindrical-coordinate representation of color #082557: hue angle of 217.97º 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 #082557 is Cyan = 0.91, Magento = 0.57, Yellow = 0 and Black (K on CMYK) = 0.66.
Color convert
| RGB | 8 | 37 | 87 | - |
| CMYK | 0.91 | 0.57 | 0 | 0.66 |
| HSL | 217.97º | 0.83% | 0.19% | - |
| HSV(B) | 217.97º | 0.91% | 0.34% | - |
| XYZ | 2.48 | 2.06 | 9.28 | - |
| YUV | 34.03 | 157.89 | 109.43 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 8 | 37 | 87 | 0.91 | 0.57 | 0 | 0.66 | 217.97 | 0.83 | 0.19 |
| Hex | 8 | 25 | 57 | 5B | 39 | 0 | 42 | DA | 53 | 13 |
| Octal | 10 | 45 | 127 | 133 | 71 | 0 | 102 | 332 | 123 | 23 |
| Binary | 1000 | 100101 | 1010111 | 1011011 | 111001 | 0 | 1000010 | 11011010 | 1010011 | 10011 |
Color Harmonies of #082557
Complementary color
Monochromatic Colors of #082557
Black with #082557
Text Example
Text Example
White with #082557
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #082557; }
p { color: rgb(8,37,87); }
H1.HeaderClassName
{
color: #082557;
}
.AnyTagClassName
{
color: #082557;
}
</style>
background-color css
<style>
a { background-color: #082557; }
a { background-color: rgb(8,37,87); }
div.DivClassName
{
background-color: #082557;
}
.BgClassName
{
background-color: #082557;
}
</style>
border-color css
<style>
span { border-color: #082557; }
span { border-color: rgb(8,37,87); }
td.TdClassName
{
border-color: #082557;
}
.TagClassName
{
border-color: #082557;
}
</style>