Shades of Sapphire #072E7D
Tints of Sapphire #072E7D
RGB
CMYK
RGB Variations
Color information
#072E7D (or 0x072E7D) is known color: Sapphire. HEX triplet: 07, 2E and 7D. RGB value is (7,46,125). Sum of RGB (Red+Green+Blue) = 7+46+125=178 (23% of max value = 765). Red value is 7 (3.12% from 255 or 3.93% from 178); Green value is 46 (18.36% from 255 or 25.84% from 178); Blue value is 125 (49.22% from 255 or 70.22% from 178); Max value from RGB is 125 - color contains mainly: blue. Hex color #072E7D is not a web safe color. Web safe color analog (approx): #003366. Inversed color of #072E7D is #F8D182. Grayscale: #2A2A2A. Windows color (decimal): -16306563 or 8203783. OLE color: 8203783.
HSL color Cylindrical-coordinate representation of color #072E7D: hue angle of 220.17º degrees, saturation: 0.89, lightness: 0.26%. HSV value (or HSB Brightness) of color is 0.49% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #072E7D is Cyan = 0.94, Magento = 0.63, Yellow = 0 and Black (K on CMYK) = 0.51.
Color convert
| RGB | 7 | 46 | 125 | - |
| CMYK | 0.94 | 0.63 | 0 | 0.51 |
| HSL | 220.17º | 0.89% | 0.26% | - |
| HSV(B) | 220.17º | 0.94% | 0.49% | - |
| XYZ | 4.77 | 3.48 | 19.82 | - |
| YUV | 43.35 | 174.08 | 102.08 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 7 | 46 | 125 | 0.94 | 0.63 | 0 | 0.51 | 220.17 | 0.89 | 0.26 |
| Hex | 7 | 2E | 7D | 5E | 3F | 0 | 33 | DC | 59 | 1A |
| Octal | 7 | 56 | 175 | 136 | 77 | 0 | 63 | 334 | 131 | 32 |
| Binary | 111 | 101110 | 1111101 | 1011110 | 111111 | 0 | 110011 | 11011100 | 1011001 | 11010 |
Color Harmonies of #072E7D
Complementary color
Monochromatic Colors of #072E7D
Black with #072E7D
Text Example
Text Example
White with #072E7D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #072E7D; }
p { color: rgb(7,46,125); }
H1.HeaderClassName
{
color: #072E7D;
}
.AnyTagClassName
{
color: #072E7D;
}
</style>
background-color css
<style>
a { background-color: #072E7D; }
a { background-color: rgb(7,46,125); }
div.DivClassName
{
background-color: #072E7D;
}
.BgClassName
{
background-color: #072E7D;
}
</style>
border-color css
<style>
span { border-color: #072E7D; }
span { border-color: rgb(7,46,125); }
td.TdClassName
{
border-color: #072E7D;
}
.TagClassName
{
border-color: #072E7D;
}
</style>