Shades of Sapphire #082F78
Tints of Sapphire #082F78
RGB
CMYK
RGB Variations
Color information
#082F78 (or 0x082F78) is known color: Sapphire. HEX triplet: 08, 2F and 78. RGB value is (8,47,120). Sum of RGB (Red+Green+Blue) = 8+47+120=175 (23% of max value = 765). Red value is 8 (3.52% from 255 or 4.57% from 175); Green value is 47 (18.75% from 255 or 26.86% from 175); Blue value is 120 (47.27% from 255 or 68.57% from 175); Max value from RGB is 120 - color contains mainly: blue. Hex color #082F78 is not a web safe color. Web safe color analog (approx): #003366. Inversed color of #082F78 is #F7D087. Grayscale: #2B2B2B. Windows color (decimal): -16240776 or 7876360. OLE color: 7876360.
HSL color Cylindrical-coordinate representation of color #082F78: hue angle of 219.11º 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 #082F78 is Cyan = 0.93, Magento = 0.61, Yellow = 0 and Black (K on CMYK) = 0.53.
Color convert
| RGB | 8 | 47 | 120 | - |
| CMYK | 0.93 | 0.61 | 0 | 0.53 |
| HSL | 219.11º | 0.88% | 0.25% | - |
| HSV(B) | 219.11º | 0.93% | 0.47% | - |
| XYZ | 4.51 | 3.44 | 18.2 | - |
| YUV | 43.66 | 171.08 | 102.56 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 8 | 47 | 120 | 0.93 | 0.61 | 0 | 0.53 | 219.11 | 0.88 | 0.25 |
| Hex | 8 | 2F | 78 | 5D | 3D | 0 | 35 | DB | 58 | 19 |
| Octal | 10 | 57 | 170 | 135 | 75 | 0 | 65 | 333 | 130 | 31 |
| Binary | 1000 | 101111 | 1111000 | 1011101 | 111101 | 0 | 110101 | 11011011 | 1011000 | 11001 |
Color Harmonies of #082F78
Complementary color
Monochromatic Colors of #082F78
Black with #082F78
Text Example
Text Example
White with #082F78
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #082F78; }
p { color: rgb(8,47,120); }
H1.HeaderClassName
{
color: #082F78;
}
.AnyTagClassName
{
color: #082F78;
}
</style>
background-color css
<style>
a { background-color: #082F78; }
a { background-color: rgb(8,47,120); }
div.DivClassName
{
background-color: #082F78;
}
.BgClassName
{
background-color: #082F78;
}
</style>
border-color css
<style>
span { border-color: #082F78; }
span { border-color: rgb(8,47,120); }
td.TdClassName
{
border-color: #082F78;
}
.TagClassName
{
border-color: #082F78;
}
</style>