Shades of Sapphire #082A78
Tints of Sapphire #082A78
RGB
CMYK
RGB Variations
Color information
#082A78 (or 0x082A78) is known color: Sapphire. HEX triplet: 08, 2A and 78. RGB value is (8,42,120). Sum of RGB (Red+Green+Blue) = 8+42+120=170 (22% of max value = 765). Red value is 8 (3.52% from 255 or 4.71% from 170); Green value is 42 (16.80% from 255 or 24.71% from 170); Blue value is 120 (47.27% from 255 or 70.59% from 170); Max value from RGB is 120 - color contains mainly: blue. Hex color #082A78 is not a web safe color. Web safe color analog (approx): #003366. Inversed color of #082A78 is #F7D587. Grayscale: #282828. Windows color (decimal): -16242056 or 7875080. OLE color: 7875080.
HSL color Cylindrical-coordinate representation of color #082A78: hue angle of 221.79º 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 #082A78 is Cyan = 0.93, Magento = 0.65, Yellow = 0 and Black (K on CMYK) = 0.53.
Color convert
| RGB | 8 | 42 | 120 | - |
| CMYK | 0.93 | 0.65 | 0 | 0.53 |
| HSL | 221.79º | 0.88% | 0.25% | - |
| HSV(B) | 221.79º | 0.93% | 0.47% | - |
| XYZ | 4.32 | 3.06 | 18.13 | - |
| YUV | 40.73 | 172.74 | 104.66 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 8 | 42 | 120 | 0.93 | 0.65 | 0 | 0.53 | 221.79 | 0.88 | 0.25 |
| Hex | 8 | 2A | 78 | 5D | 41 | 0 | 35 | DE | 58 | 19 |
| Octal | 10 | 52 | 170 | 135 | 101 | 0 | 65 | 336 | 130 | 31 |
| Binary | 1000 | 101010 | 1111000 | 1011101 | 1000001 | 0 | 110101 | 11011110 | 1011000 | 11001 |
Color Harmonies of #082A78
Complementary color
Monochromatic Colors of #082A78
Black with #082A78
Text Example
Text Example
White with #082A78
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #082A78; }
p { color: rgb(8,42,120); }
H1.HeaderClassName
{
color: #082A78;
}
.AnyTagClassName
{
color: #082A78;
}
</style>
background-color css
<style>
a { background-color: #082A78; }
a { background-color: rgb(8,42,120); }
div.DivClassName
{
background-color: #082A78;
}
.BgClassName
{
background-color: #082A78;
}
</style>
border-color css
<style>
span { border-color: #082A78; }
span { border-color: rgb(8,42,120); }
td.TdClassName
{
border-color: #082A78;
}
.TagClassName
{
border-color: #082A78;
}
</style>