Shades of Sapphire #072379
Tints of Sapphire #072379
RGB
CMYK
RGB Variations
Color information
#072379 (or 0x072379) is known color: Sapphire. HEX triplet: 07, 23 and 79. RGB value is (7,35,121). Sum of RGB (Red+Green+Blue) = 7+35+121=163 (21% of max value = 765). Red value is 7 (3.12% from 255 or 4.29% from 163); Green value is 35 (14.06% from 255 or 21.47% from 163); Blue value is 121 (47.66% from 255 or 74.23% from 163); Max value from RGB is 121 - color contains mainly: blue. Hex color #072379 is not a web safe color. Web safe color analog (approx): #003366. Inversed color of #072379 is #F8DC86. Grayscale: #242424. Windows color (decimal): -16309383 or 7938823. OLE color: 7938823.
HSL color Cylindrical-coordinate representation of color #072379: hue angle of 225.26º 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 #072379 is Cyan = 0.94, Magento = 0.71, Yellow = 0 and Black (K on CMYK) = 0.53.
Color convert
| RGB | 7 | 35 | 121 | - |
| CMYK | 0.94 | 0.71 | 0 | 0.53 |
| HSL | 225.26º | 0.89% | 0.25% | - |
| HSV(B) | 225.26º | 0.94% | 0.47% | - |
| XYZ | 4.14 | 2.63 | 18.38 | - |
| YUV | 36.43 | 175.72 | 107.01 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 7 | 35 | 121 | 0.94 | 0.71 | 0 | 0.53 | 225.26 | 0.89 | 0.25 |
| Hex | 7 | 23 | 79 | 5E | 47 | 0 | 35 | E1 | 59 | 19 |
| Octal | 7 | 43 | 171 | 136 | 107 | 0 | 65 | 341 | 131 | 31 |
| Binary | 111 | 100011 | 1111001 | 1011110 | 1000111 | 0 | 110101 | 11100001 | 1011001 | 11001 |
Color Harmonies of #072379
Complementary color
Monochromatic Colors of #072379
Black with #072379
Text Example
Text Example
White with #072379
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #072379; }
p { color: rgb(7,35,121); }
H1.HeaderClassName
{
color: #072379;
}
.AnyTagClassName
{
color: #072379;
}
</style>
background-color css
<style>
a { background-color: #072379; }
a { background-color: rgb(7,35,121); }
div.DivClassName
{
background-color: #072379;
}
.BgClassName
{
background-color: #072379;
}
</style>
border-color css
<style>
span { border-color: #072379; }
span { border-color: rgb(7,35,121); }
td.TdClassName
{
border-color: #072379;
}
.TagClassName
{
border-color: #072379;
}
</style>