Shades of Sapphire #072D7D
Tints of Sapphire #072D7D
RGB
CMYK
RGB Variations
Color information
#072D7D (or 0x072D7D) is known color: Sapphire. HEX triplet: 07, 2D and 7D. RGB value is (7,45,125). Sum of RGB (Red+Green+Blue) = 7+45+125=177 (23% of max value = 765). Red value is 7 (3.12% from 255 or 3.95% from 177); Green value is 45 (17.97% from 255 or 25.42% from 177); Blue value is 125 (49.22% from 255 or 70.62% from 177); Max value from RGB is 125 - color contains mainly: blue. Hex color #072D7D is not a web safe color. Web safe color analog (approx): #003366. Inversed color of #072D7D is #F8D282. Grayscale: #2A2A2A. Windows color (decimal): -16306819 or 8203527. OLE color: 8203527.
HSL color Cylindrical-coordinate representation of color #072D7D: hue angle of 220.68º 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 #072D7D is Cyan = 0.94, Magento = 0.64, Yellow = 0 and Black (K on CMYK) = 0.51.
Color convert
| RGB | 7 | 45 | 125 | - |
| CMYK | 0.94 | 0.64 | 0 | 0.51 |
| HSL | 220.68º | 0.89% | 0.26% | - |
| HSV(B) | 220.68º | 0.94% | 0.49% | - |
| XYZ | 4.73 | 3.4 | 19.81 | - |
| YUV | 42.76 | 174.41 | 102.5 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 7 | 45 | 125 | 0.94 | 0.64 | 0 | 0.51 | 220.68 | 0.89 | 0.26 |
| Hex | 7 | 2D | 7D | 5E | 40 | 0 | 33 | DD | 59 | 1A |
| Octal | 7 | 55 | 175 | 136 | 100 | 0 | 63 | 335 | 131 | 32 |
| Binary | 111 | 101101 | 1111101 | 1011110 | 1000000 | 0 | 110011 | 11011101 | 1011001 | 11010 |
Color Harmonies of #072D7D
Complementary color
Monochromatic Colors of #072D7D
Black with #072D7D
Text Example
Text Example
White with #072D7D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #072D7D; }
p { color: rgb(7,45,125); }
H1.HeaderClassName
{
color: #072D7D;
}
.AnyTagClassName
{
color: #072D7D;
}
</style>
background-color css
<style>
a { background-color: #072D7D; }
a { background-color: rgb(7,45,125); }
div.DivClassName
{
background-color: #072D7D;
}
.BgClassName
{
background-color: #072D7D;
}
</style>
border-color css
<style>
span { border-color: #072D7D; }
span { border-color: rgb(7,45,125); }
td.TdClassName
{
border-color: #072D7D;
}
.TagClassName
{
border-color: #072D7D;
}
</style>