Shades of Sapphire #072D79
Tints of Sapphire #072D79
RGB
CMYK
RGB Variations
Color information
#072D79 (or 0x072D79) is known color: Sapphire. HEX triplet: 07, 2D and 79. RGB value is (7,45,121). Sum of RGB (Red+Green+Blue) = 7+45+121=173 (22% of max value = 765). Red value is 7 (3.12% from 255 or 4.05% from 173); Green value is 45 (17.97% from 255 or 26.01% from 173); Blue value is 121 (47.66% from 255 or 69.94% from 173); Max value from RGB is 121 - color contains mainly: blue. Hex color #072D79 is not a web safe color. Web safe color analog (approx): #003366. Inversed color of #072D79 is #F8D286. Grayscale: #292929. Windows color (decimal): -16306823 or 7941383. OLE color: 7941383.
HSL color Cylindrical-coordinate representation of color #072D79: hue angle of 220º 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 #072D79 is Cyan = 0.94, Magento = 0.63, Yellow = 0 and Black (K on CMYK) = 0.53.
Color convert
| RGB | 7 | 45 | 121 | - |
| CMYK | 0.94 | 0.63 | 0 | 0.53 |
| HSL | 220º | 0.89% | 0.25% | - |
| HSV(B) | 220º | 0.94% | 0.47% | - |
| XYZ | 4.48 | 3.3 | 18.49 | - |
| YUV | 42.3 | 172.41 | 102.82 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 7 | 45 | 121 | 0.94 | 0.63 | 0 | 0.53 | 220 | 0.89 | 0.25 |
| Hex | 7 | 2D | 79 | 5E | 3F | 0 | 35 | DC | 59 | 19 |
| Octal | 7 | 55 | 171 | 136 | 77 | 0 | 65 | 334 | 131 | 31 |
| Binary | 111 | 101101 | 1111001 | 1011110 | 111111 | 0 | 110101 | 11011100 | 1011001 | 11001 |
Color Harmonies of #072D79
Complementary color
Monochromatic Colors of #072D79
Black with #072D79
Text Example
Text Example
White with #072D79
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #072D79; }
p { color: rgb(7,45,121); }
H1.HeaderClassName
{
color: #072D79;
}
.AnyTagClassName
{
color: #072D79;
}
</style>
background-color css
<style>
a { background-color: #072D79; }
a { background-color: rgb(7,45,121); }
div.DivClassName
{
background-color: #072D79;
}
.BgClassName
{
background-color: #072D79;
}
</style>
border-color css
<style>
span { border-color: #072D79; }
span { border-color: rgb(7,45,121); }
td.TdClassName
{
border-color: #072D79;
}
.TagClassName
{
border-color: #072D79;
}
</style>