Shades of Sapphire #072479
Tints of Sapphire #072479
RGB
CMYK
RGB Variations
Color information
#072479 (or 0x072479) is known color: Sapphire. HEX triplet: 07, 24 and 79. RGB value is (7,36,121). Sum of RGB (Red+Green+Blue) = 7+36+121=164 (21% of max value = 765). Red value is 7 (3.12% from 255 or 4.27% from 164); Green value is 36 (14.45% from 255 or 21.95% from 164); Blue value is 121 (47.66% from 255 or 73.78% from 164); Max value from RGB is 121 - color contains mainly: blue. Hex color #072479 is not a web safe color. Web safe color analog (approx): #003366. Inversed color of #072479 is #F8DB86. Grayscale: #242424. Windows color (decimal): -16309127 or 7939079. OLE color: 7939079.
HSL color Cylindrical-coordinate representation of color #072479: hue angle of 224.74º 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 #072479 is Cyan = 0.94, Magento = 0.70, Yellow = 0 and Black (K on CMYK) = 0.53.
Color convert
| RGB | 7 | 36 | 121 | - |
| CMYK | 0.94 | 0.70 | 0 | 0.53 |
| HSL | 224.74º | 0.89% | 0.25% | - |
| HSV(B) | 224.74º | 0.94% | 0.47% | - |
| XYZ | 4.17 | 2.69 | 18.39 | - |
| YUV | 37.02 | 175.39 | 106.59 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 7 | 36 | 121 | 0.94 | 0.70 | 0 | 0.53 | 224.74 | 0.89 | 0.25 |
| Hex | 7 | 24 | 79 | 5E | 46 | 0 | 35 | E1 | 59 | 19 |
| Octal | 7 | 44 | 171 | 136 | 106 | 0 | 65 | 341 | 131 | 31 |
| Binary | 111 | 100100 | 1111001 | 1011110 | 1000110 | 0 | 110101 | 11100001 | 1011001 | 11001 |
Color Harmonies of #072479
Complementary color
Monochromatic Colors of #072479
Black with #072479
Text Example
Text Example
White with #072479
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #072479; }
p { color: rgb(7,36,121); }
H1.HeaderClassName
{
color: #072479;
}
.AnyTagClassName
{
color: #072479;
}
</style>
background-color css
<style>
a { background-color: #072479; }
a { background-color: rgb(7,36,121); }
div.DivClassName
{
background-color: #072479;
}
.BgClassName
{
background-color: #072479;
}
</style>
border-color css
<style>
span { border-color: #072479; }
span { border-color: rgb(7,36,121); }
td.TdClassName
{
border-color: #072479;
}
.TagClassName
{
border-color: #072479;
}
</style>