Shades of Sapphire #082976
Tints of Sapphire #082976
RGB
CMYK
RGB Variations
Color information
#082976 (or 0x082976) is known color: Sapphire. HEX triplet: 08, 29 and 76. RGB value is (8,41,118). Sum of RGB (Red+Green+Blue) = 8+41+118=167 (22% of max value = 765). Red value is 8 (3.52% from 255 or 4.79% from 167); Green value is 41 (16.41% from 255 or 24.55% from 167); Blue value is 118 (46.48% from 255 or 70.66% from 167); Max value from RGB is 118 - color contains mainly: blue. Hex color #082976 is not a web safe color. Web safe color analog (approx): #003366. Inversed color of #082976 is #F7D689. Grayscale: #272727. Windows color (decimal): -16242314 or 7743752. OLE color: 7743752.
HSL color Cylindrical-coordinate representation of color #082976: hue angle of 222º 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 #082976 is Cyan = 0.93, Magento = 0.65, Yellow = 0 and Black (K on CMYK) = 0.54.
Color convert
| RGB | 8 | 41 | 118 | - |
| CMYK | 0.93 | 0.65 | 0 | 0.54 |
| HSL | 222º | 0.87% | 0.25% | - |
| HSV(B) | 222º | 0.93% | 0.46% | - |
| XYZ | 4.16 | 2.95 | 17.49 | - |
| YUV | 39.91 | 172.07 | 105.24 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 8 | 41 | 118 | 0.93 | 0.65 | 0 | 0.54 | 222 | 0.87 | 0.25 |
| Hex | 8 | 29 | 76 | 5D | 41 | 0 | 36 | DE | 57 | 19 |
| Octal | 10 | 51 | 166 | 135 | 101 | 0 | 66 | 336 | 127 | 31 |
| Binary | 1000 | 101001 | 1110110 | 1011101 | 1000001 | 0 | 110110 | 11011110 | 1010111 | 11001 |
Color Harmonies of #082976
Complementary color
Monochromatic Colors of #082976
Black with #082976
Text Example
Text Example
White with #082976
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #082976; }
p { color: rgb(8,41,118); }
H1.HeaderClassName
{
color: #082976;
}
.AnyTagClassName
{
color: #082976;
}
</style>
background-color css
<style>
a { background-color: #082976; }
a { background-color: rgb(8,41,118); }
div.DivClassName
{
background-color: #082976;
}
.BgClassName
{
background-color: #082976;
}
</style>
border-color css
<style>
span { border-color: #082976; }
span { border-color: rgb(8,41,118); }
td.TdClassName
{
border-color: #082976;
}
.TagClassName
{
border-color: #082976;
}
</style>