Shades of Sapphire #083079
Tints of Sapphire #083079
RGB
CMYK
RGB Variations
Color information
#083079 (or 0x083079) is known color: Sapphire. HEX triplet: 08, 30 and 79. RGB value is (8,48,121). Sum of RGB (Red+Green+Blue) = 8+48+121=177 (23% of max value = 765). Red value is 8 (3.52% from 255 or 4.52% from 177); Green value is 48 (19.14% from 255 or 27.12% from 177); Blue value is 121 (47.66% from 255 or 68.36% from 177); Max value from RGB is 121 - color contains mainly: blue. Hex color #083079 is not a web safe color. Web safe color analog (approx): #003366. Inversed color of #083079 is #F7CF86. Grayscale: #2C2C2C. Windows color (decimal): -16240519 or 7942152. OLE color: 7942152.
HSL color Cylindrical-coordinate representation of color #083079: hue angle of 218.76º 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 #083079 is Cyan = 0.93, Magento = 0.60, Yellow = 0 and Black (K on CMYK) = 0.53.
Color convert
| RGB | 8 | 48 | 121 | - |
| CMYK | 0.93 | 0.60 | 0 | 0.53 |
| HSL | 218.76º | 0.88% | 0.25% | - |
| HSV(B) | 218.76º | 0.93% | 0.47% | - |
| XYZ | 4.61 | 3.55 | 18.53 | - |
| YUV | 44.36 | 171.25 | 102.06 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 8 | 48 | 121 | 0.93 | 0.60 | 0 | 0.53 | 218.76 | 0.88 | 0.25 |
| Hex | 8 | 30 | 79 | 5D | 3C | 0 | 35 | DB | 58 | 19 |
| Octal | 10 | 60 | 171 | 135 | 74 | 0 | 65 | 333 | 130 | 31 |
| Binary | 1000 | 110000 | 1111001 | 1011101 | 111100 | 0 | 110101 | 11011011 | 1011000 | 11001 |
Color Harmonies of #083079
Complementary color
Monochromatic Colors of #083079
Black with #083079
Text Example
Text Example
White with #083079
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #083079; }
p { color: rgb(8,48,121); }
H1.HeaderClassName
{
color: #083079;
}
.AnyTagClassName
{
color: #083079;
}
</style>
background-color css
<style>
a { background-color: #083079; }
a { background-color: rgb(8,48,121); }
div.DivClassName
{
background-color: #083079;
}
.BgClassName
{
background-color: #083079;
}
</style>
border-color css
<style>
span { border-color: #083079; }
span { border-color: rgb(8,48,121); }
td.TdClassName
{
border-color: #083079;
}
.TagClassName
{
border-color: #083079;
}
</style>