Shades of Sapphire #072476
Tints of Sapphire #072476
RGB
CMYK
RGB Variations
Color information
#072476 (or 0x072476) is known color: Sapphire. HEX triplet: 07, 24 and 76. RGB value is (7,36,118). Sum of RGB (Red+Green+Blue) = 7+36+118=161 (21% of max value = 765). Red value is 7 (3.12% from 255 or 4.35% from 161); Green value is 36 (14.45% from 255 or 22.36% from 161); Blue value is 118 (46.48% from 255 or 73.29% from 161); Max value from RGB is 118 - color contains mainly: blue. Hex color #072476 is not a web safe color. Web safe color analog (approx): #003366. Inversed color of #072476 is #F8DB89. Grayscale: #242424. Windows color (decimal): -16309130 or 7742471. OLE color: 7742471.
HSL color Cylindrical-coordinate representation of color #072476: hue angle of 224.32º 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 #072476 is Cyan = 0.94, Magento = 0.69, Yellow = 0 and Black (K on CMYK) = 0.54.
Color convert
| RGB | 7 | 36 | 118 | - |
| CMYK | 0.94 | 0.69 | 0 | 0.54 |
| HSL | 224.32º | 0.89% | 0.25% | - |
| HSV(B) | 224.32º | 0.94% | 0.46% | - |
| XYZ | 3.99 | 2.61 | 17.43 | - |
| YUV | 36.68 | 173.89 | 106.83 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 7 | 36 | 118 | 0.94 | 0.69 | 0 | 0.54 | 224.32 | 0.89 | 0.25 |
| Hex | 7 | 24 | 76 | 5E | 45 | 0 | 36 | E0 | 59 | 19 |
| Octal | 7 | 44 | 166 | 136 | 105 | 0 | 66 | 340 | 131 | 31 |
| Binary | 111 | 100100 | 1110110 | 1011110 | 1000101 | 0 | 110110 | 11100000 | 1011001 | 11001 |
Color Harmonies of #072476
Complementary color
Monochromatic Colors of #072476
Black with #072476
Text Example
Text Example
White with #072476
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #072476; }
p { color: rgb(7,36,118); }
H1.HeaderClassName
{
color: #072476;
}
.AnyTagClassName
{
color: #072476;
}
</style>
background-color css
<style>
a { background-color: #072476; }
a { background-color: rgb(7,36,118); }
div.DivClassName
{
background-color: #072476;
}
.BgClassName
{
background-color: #072476;
}
</style>
border-color css
<style>
span { border-color: #072476; }
span { border-color: rgb(7,36,118); }
td.TdClassName
{
border-color: #072476;
}
.TagClassName
{
border-color: #072476;
}
</style>