Shades of Sapphire #082758
Tints of Sapphire #082758
RGB
CMYK
RGB Variations
Color information
#082758 (or 0x082758) is known color: Sapphire. HEX triplet: 08, 27 and 58. RGB value is (8,39,88). Sum of RGB (Red+Green+Blue) = 8+39+88=135 (17% of max value = 765). Red value is 8 (3.52% from 255 or 5.93% from 135); Green value is 39 (15.62% from 255 or 28.89% from 135); Blue value is 88 (34.77% from 255 or 65.19% from 135); Max value from RGB is 88 - color contains mainly: blue. Hex color #082758 is not a web safe color. Web safe color analog (approx): #003366. Inversed color of #082758 is #F7D8A7. Grayscale: #232323. Windows color (decimal): -16242856 or 5777160. OLE color: 5777160.
HSL color Cylindrical-coordinate representation of color #082758: hue angle of 216.75º degrees, saturation: 0.83, lightness: 0.19%. HSV value (or HSB Brightness) of color is 0.35% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #082758 is Cyan = 0.91, Magento = 0.56, Yellow = 0 and Black (K on CMYK) = 0.65.
Color convert
| RGB | 8 | 39 | 88 | - |
| CMYK | 0.91 | 0.56 | 0 | 0.65 |
| HSL | 216.75º | 0.83% | 0.19% | - |
| HSV(B) | 216.75º | 0.91% | 0.35% | - |
| XYZ | 2.59 | 2.21 | 9.52 | - |
| YUV | 35.32 | 157.73 | 108.52 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 8 | 39 | 88 | 0.91 | 0.56 | 0 | 0.65 | 216.75 | 0.83 | 0.19 |
| Hex | 8 | 27 | 58 | 5B | 38 | 0 | 41 | D9 | 53 | 13 |
| Octal | 10 | 47 | 130 | 133 | 70 | 0 | 101 | 331 | 123 | 23 |
| Binary | 1000 | 100111 | 1011000 | 1011011 | 111000 | 0 | 1000001 | 11011001 | 1010011 | 10011 |
Color Harmonies of #082758
Complementary color
Monochromatic Colors of #082758
Black with #082758
Text Example
Text Example
White with #082758
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #082758; }
p { color: rgb(8,39,88); }
H1.HeaderClassName
{
color: #082758;
}
.AnyTagClassName
{
color: #082758;
}
</style>
background-color css
<style>
a { background-color: #082758; }
a { background-color: rgb(8,39,88); }
div.DivClassName
{
background-color: #082758;
}
.BgClassName
{
background-color: #082758;
}
</style>
border-color css
<style>
span { border-color: #082758; }
span { border-color: rgb(8,39,88); }
td.TdClassName
{
border-color: #082758;
}
.TagClassName
{
border-color: #082758;
}
</style>