Shades of Sapphire #082A76
Tints of Sapphire #082A76
RGB
CMYK
RGB Variations
Color information
#082A76 (or 0x082A76) is known color: Sapphire. HEX triplet: 08, 2A and 76. RGB value is (8,42,118). Sum of RGB (Red+Green+Blue) = 8+42+118=168 (22% of max value = 765). Red value is 8 (3.52% from 255 or 4.76% from 168); Green value is 42 (16.80% from 255 or 25% from 168); Blue value is 118 (46.48% from 255 or 70.24% from 168); Max value from RGB is 118 - color contains mainly: blue. Hex color #082A76 is not a web safe color. Web safe color analog (approx): #003366. Inversed color of #082A76 is #F7D589. Grayscale: #282828. Windows color (decimal): -16242058 or 7744008. OLE color: 7744008.
HSL color Cylindrical-coordinate representation of color #082A76: hue angle of 221.45º degrees, saturation: 0.87, lightness: 0.25%. HSV value (or HSB Brightness) of color is 0.46% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #082A76 is Cyan = 0.93, Magento = 0.64, Yellow = 0 and Black (K on CMYK) = 0.54.
Color convert
| RGB | 8 | 42 | 118 | - |
| CMYK | 0.93 | 0.64 | 0 | 0.54 |
| HSL | 221.45º | 0.87% | 0.25% | - |
| HSV(B) | 221.45º | 0.93% | 0.46% | - |
| XYZ | 4.2 | 3.02 | 17.5 | - |
| YUV | 40.5 | 171.74 | 104.82 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 8 | 42 | 118 | 0.93 | 0.64 | 0 | 0.54 | 221.45 | 0.87 | 0.25 |
| Hex | 8 | 2A | 76 | 5D | 40 | 0 | 36 | DD | 57 | 19 |
| Octal | 10 | 52 | 166 | 135 | 100 | 0 | 66 | 335 | 127 | 31 |
| Binary | 1000 | 101010 | 1110110 | 1011101 | 1000000 | 0 | 110110 | 11011101 | 1010111 | 11001 |
Color Harmonies of #082A76
Complementary color
Monochromatic Colors of #082A76
Black with #082A76
Text Example
Text Example
White with #082A76
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #082A76; }
p { color: rgb(8,42,118); }
H1.HeaderClassName
{
color: #082A76;
}
.AnyTagClassName
{
color: #082A76;
}
</style>
background-color css
<style>
a { background-color: #082A76; }
a { background-color: rgb(8,42,118); }
div.DivClassName
{
background-color: #082A76;
}
.BgClassName
{
background-color: #082A76;
}
</style>
border-color css
<style>
span { border-color: #082A76; }
span { border-color: rgb(8,42,118); }
td.TdClassName
{
border-color: #082A76;
}
.TagClassName
{
border-color: #082A76;
}
</style>