Shades of Sapphire #072576
Tints of Sapphire #072576
RGB
CMYK
RGB Variations
Color information
#072576 (or 0x072576) is known color: Sapphire. HEX triplet: 07, 25 and 76. RGB value is (7,37,118). Sum of RGB (Red+Green+Blue) = 7+37+118=162 (21% of max value = 765). Red value is 7 (3.12% from 255 or 4.32% from 162); Green value is 37 (14.84% from 255 or 22.84% from 162); Blue value is 118 (46.48% from 255 or 72.84% from 162); Max value from RGB is 118 - color contains mainly: blue. Hex color #072576 is not a web safe color. Web safe color analog (approx): #003366. Inversed color of #072576 is #F8DA89. Grayscale: #242424. Windows color (decimal): -16308874 or 7742727. OLE color: 7742727.
HSL color Cylindrical-coordinate representation of color #072576: hue angle of 223.78º degrees, saturation: 0.89, lightness: 0.25%. HSV value (or HSB Brightness) of color is 0.46% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #072576 is Cyan = 0.94, Magento = 0.69, Yellow = 0 and Black (K on CMYK) = 0.54.
Color convert
| RGB | 7 | 37 | 118 | - |
| CMYK | 0.94 | 0.69 | 0 | 0.54 |
| HSL | 223.78º | 0.89% | 0.25% | - |
| HSV(B) | 223.78º | 0.94% | 0.46% | - |
| XYZ | 4.02 | 2.68 | 17.44 | - |
| YUV | 37.26 | 173.56 | 106.41 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 7 | 37 | 118 | 0.94 | 0.69 | 0 | 0.54 | 223.78 | 0.89 | 0.25 |
| Hex | 7 | 25 | 76 | 5E | 45 | 0 | 36 | E0 | 59 | 19 |
| Octal | 7 | 45 | 166 | 136 | 105 | 0 | 66 | 340 | 131 | 31 |
| Binary | 111 | 100101 | 1110110 | 1011110 | 1000101 | 0 | 110110 | 11100000 | 1011001 | 11001 |
Color Harmonies of #072576
Complementary color
Monochromatic Colors of #072576
Black with #072576
Text Example
Text Example
White with #072576
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #072576; }
p { color: rgb(7,37,118); }
H1.HeaderClassName
{
color: #072576;
}
.AnyTagClassName
{
color: #072576;
}
</style>
background-color css
<style>
a { background-color: #072576; }
a { background-color: rgb(7,37,118); }
div.DivClassName
{
background-color: #072576;
}
.BgClassName
{
background-color: #072576;
}
</style>
border-color css
<style>
span { border-color: #072576; }
span { border-color: rgb(7,37,118); }
td.TdClassName
{
border-color: #072576;
}
.TagClassName
{
border-color: #072576;
}
</style>