Shades of Sapphire #082E78
Tints of Sapphire #082E78
RGB
CMYK
RGB Variations
Color information
#082E78 (or 0x082E78) is known color: Sapphire. HEX triplet: 08, 2E and 78. RGB value is (8,46,120). Sum of RGB (Red+Green+Blue) = 8+46+120=174 (23% of max value = 765). Red value is 8 (3.52% from 255 or 4.60% from 174); Green value is 46 (18.36% from 255 or 26.44% from 174); Blue value is 120 (47.27% from 255 or 68.97% from 174); Max value from RGB is 120 - color contains mainly: blue. Hex color #082E78 is not a web safe color. Web safe color analog (approx): #003366. Inversed color of #082E78 is #F7D187. Grayscale: #2A2A2A. Windows color (decimal): -16241032 or 7876104. OLE color: 7876104.
HSL color Cylindrical-coordinate representation of color #082E78: hue angle of 219.64º degrees, saturation: 0.88, lightness: 0.25%. HSV value (or HSB Brightness) of color is 0.47% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #082E78 is Cyan = 0.93, Magento = 0.62, Yellow = 0 and Black (K on CMYK) = 0.53.
Color convert
| RGB | 8 | 46 | 120 | - |
| CMYK | 0.93 | 0.62 | 0 | 0.53 |
| HSL | 219.64º | 0.88% | 0.25% | - |
| HSV(B) | 219.64º | 0.93% | 0.47% | - |
| XYZ | 4.47 | 3.36 | 18.18 | - |
| YUV | 43.07 | 171.41 | 102.98 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 8 | 46 | 120 | 0.93 | 0.62 | 0 | 0.53 | 219.64 | 0.88 | 0.25 |
| Hex | 8 | 2E | 78 | 5D | 3E | 0 | 35 | DC | 58 | 19 |
| Octal | 10 | 56 | 170 | 135 | 76 | 0 | 65 | 334 | 130 | 31 |
| Binary | 1000 | 101110 | 1111000 | 1011101 | 111110 | 0 | 110101 | 11011100 | 1011000 | 11001 |
Color Harmonies of #082E78
Complementary color
Monochromatic Colors of #082E78
Black with #082E78
Text Example
Text Example
White with #082E78
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #082E78; }
p { color: rgb(8,46,120); }
H1.HeaderClassName
{
color: #082E78;
}
.AnyTagClassName
{
color: #082E78;
}
</style>
background-color css
<style>
a { background-color: #082E78; }
a { background-color: rgb(8,46,120); }
div.DivClassName
{
background-color: #082E78;
}
.BgClassName
{
background-color: #082E78;
}
</style>
border-color css
<style>
span { border-color: #082E78; }
span { border-color: rgb(8,46,120); }
td.TdClassName
{
border-color: #082E78;
}
.TagClassName
{
border-color: #082E78;
}
</style>