Shades of Sapphire #072D6B
Tints of Sapphire #072D6B
RGB
CMYK
RGB Variations
Color information
#072D6B (or 0x072D6B) is known color: Sapphire. HEX triplet: 07, 2D and 6B. RGB value is (7,45,107). Sum of RGB (Red+Green+Blue) = 7+45+107=159 (21% of max value = 765). Red value is 7 (3.12% from 255 or 4.40% from 159); Green value is 45 (17.97% from 255 or 28.30% from 159); Blue value is 107 (42.19% from 255 or 67.30% from 159); Max value from RGB is 107 - color contains mainly: blue. Hex color #072D6B is not a web safe color. Web safe color analog (approx): #003366. Inversed color of #072D6B is #F8D294. Grayscale: #282828. Windows color (decimal): -16306837 or 7023879. OLE color: 7023879.
HSL color Cylindrical-coordinate representation of color #072D6B: hue angle of 217.2º degrees, saturation: 0.88, lightness: 0.22%. HSV value (or HSB Brightness) of color is 0.42% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #072D6B is Cyan = 0.93, Magento = 0.58, Yellow = 0 and Black (K on CMYK) = 0.58.
Color convert
| RGB | 7 | 45 | 107 | - |
| CMYK | 0.93 | 0.58 | 0 | 0.58 |
| HSL | 217.2º | 0.88% | 0.22% | - |
| HSV(B) | 217.2º | 0.93% | 0.42% | - |
| XYZ | 3.68 | 2.98 | 14.29 | - |
| YUV | 40.71 | 165.41 | 103.96 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 7 | 45 | 107 | 0.93 | 0.58 | 0 | 0.58 | 217.2 | 0.88 | 0.22 |
| Hex | 7 | 2D | 6B | 5D | 3A | 0 | 3A | D9 | 58 | 16 |
| Octal | 7 | 55 | 153 | 135 | 72 | 0 | 72 | 331 | 130 | 26 |
| Binary | 111 | 101101 | 1101011 | 1011101 | 111010 | 0 | 111010 | 11011001 | 1011000 | 10110 |
Color Harmonies of #072D6B
Complementary color
Monochromatic Colors of #072D6B
Black with #072D6B
Text Example
Text Example
White with #072D6B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #072D6B; }
p { color: rgb(7,45,107); }
H1.HeaderClassName
{
color: #072D6B;
}
.AnyTagClassName
{
color: #072D6B;
}
</style>
background-color css
<style>
a { background-color: #072D6B; }
a { background-color: rgb(7,45,107); }
div.DivClassName
{
background-color: #072D6B;
}
.BgClassName
{
background-color: #072D6B;
}
</style>
border-color css
<style>
span { border-color: #072D6B; }
span { border-color: rgb(7,45,107); }
td.TdClassName
{
border-color: #072D6B;
}
.TagClassName
{
border-color: #072D6B;
}
</style>