Shades of Sapphire #072779
Tints of Sapphire #072779
RGB
CMYK
RGB Variations
Color information
#072779 (or 0x072779) is known color: Sapphire. HEX triplet: 07, 27 and 79. RGB value is (7,39,121). Sum of RGB (Red+Green+Blue) = 7+39+121=167 (22% of max value = 765). Red value is 7 (3.12% from 255 or 4.19% from 167); Green value is 39 (15.62% from 255 or 23.35% from 167); Blue value is 121 (47.66% from 255 or 72.46% from 167); Max value from RGB is 121 - color contains mainly: blue. Hex color #072779 is not a web safe color. Web safe color analog (approx): #003366. Inversed color of #072779 is #F8D886. Grayscale: #262626. Windows color (decimal): -16308359 or 7939847. OLE color: 7939847.
HSL color Cylindrical-coordinate representation of color #072779: hue angle of 223.16º degrees, saturation: 0.89, lightness: 0.25%. HSV value (or HSB Brightness) of color is 0.47% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #072779 is Cyan = 0.94, Magento = 0.68, Yellow = 0 and Black (K on CMYK) = 0.53.
Color convert
| RGB | 7 | 39 | 121 | - |
| CMYK | 0.94 | 0.68 | 0 | 0.53 |
| HSL | 223.16º | 0.89% | 0.25% | - |
| HSV(B) | 223.16º | 0.94% | 0.47% | - |
| XYZ | 4.26 | 2.88 | 18.42 | - |
| YUV | 38.78 | 174.4 | 105.33 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 7 | 39 | 121 | 0.94 | 0.68 | 0 | 0.53 | 223.16 | 0.89 | 0.25 |
| Hex | 7 | 27 | 79 | 5E | 44 | 0 | 35 | DF | 59 | 19 |
| Octal | 7 | 47 | 171 | 136 | 104 | 0 | 65 | 337 | 131 | 31 |
| Binary | 111 | 100111 | 1111001 | 1011110 | 1000100 | 0 | 110101 | 11011111 | 1011001 | 11001 |
Color Harmonies of #072779
Complementary color
Monochromatic Colors of #072779
Black with #072779
Text Example
Text Example
White with #072779
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #072779; }
p { color: rgb(7,39,121); }
H1.HeaderClassName
{
color: #072779;
}
.AnyTagClassName
{
color: #072779;
}
</style>
background-color css
<style>
a { background-color: #072779; }
a { background-color: rgb(7,39,121); }
div.DivClassName
{
background-color: #072779;
}
.BgClassName
{
background-color: #072779;
}
</style>
border-color css
<style>
span { border-color: #072779; }
span { border-color: rgb(7,39,121); }
td.TdClassName
{
border-color: #072779;
}
.TagClassName
{
border-color: #072779;
}
</style>