Shades of Sapphire #082E7D
Tints of Sapphire #082E7D
RGB
CMYK
RGB Variations
Color information
#082E7D (or 0x082E7D) is known color: Sapphire. HEX triplet: 08, 2E and 7D. RGB value is (8,46,125). Sum of RGB (Red+Green+Blue) = 8+46+125=179 (23% of max value = 765). Red value is 8 (3.52% from 255 or 4.47% from 179); Green value is 46 (18.36% from 255 or 25.70% from 179); Blue value is 125 (49.22% from 255 or 69.83% from 179); Max value from RGB is 125 - color contains mainly: blue. Hex color #082E7D is not a web safe color. Web safe color analog (approx): #003366. Inversed color of #082E7D is #F7D182. Grayscale: #2B2B2B. Windows color (decimal): -16241027 or 8203784. OLE color: 8203784.
HSL color Cylindrical-coordinate representation of color #082E7D: hue angle of 220.51º degrees, saturation: 0.88, lightness: 0.26%. HSV value (or HSB Brightness) of color is 0.49% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #082E7D is Cyan = 0.94, Magento = 0.63, Yellow = 0 and Black (K on CMYK) = 0.51.
Color convert
| RGB | 8 | 46 | 125 | - |
| CMYK | 0.94 | 0.63 | 0 | 0.51 |
| HSL | 220.51º | 0.88% | 0.26% | - |
| HSV(B) | 220.51º | 0.94% | 0.49% | - |
| XYZ | 4.78 | 3.49 | 19.82 | - |
| YUV | 43.64 | 173.91 | 102.58 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 8 | 46 | 125 | 0.94 | 0.63 | 0 | 0.51 | 220.51 | 0.88 | 0.26 |
| Hex | 8 | 2E | 7D | 5E | 3F | 0 | 33 | DD | 58 | 1A |
| Octal | 10 | 56 | 175 | 136 | 77 | 0 | 63 | 335 | 130 | 32 |
| Binary | 1000 | 101110 | 1111101 | 1011110 | 111111 | 0 | 110011 | 11011101 | 1011000 | 11010 |
Color Harmonies of #082E7D
Complementary color
Monochromatic Colors of #082E7D
Black with #082E7D
Text Example
Text Example
White with #082E7D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #082E7D; }
p { color: rgb(8,46,125); }
H1.HeaderClassName
{
color: #082E7D;
}
.AnyTagClassName
{
color: #082E7D;
}
</style>
background-color css
<style>
a { background-color: #082E7D; }
a { background-color: rgb(8,46,125); }
div.DivClassName
{
background-color: #082E7D;
}
.BgClassName
{
background-color: #082E7D;
}
</style>
border-color css
<style>
span { border-color: #082E7D; }
span { border-color: rgb(8,46,125); }
td.TdClassName
{
border-color: #082E7D;
}
.TagClassName
{
border-color: #082E7D;
}
</style>