Shades of Sapphire #072066
Tints of Sapphire #072066
RGB
CMYK
RGB Variations
Color information
#072066 (or 0x072066) is known color: Sapphire. HEX triplet: 07, 20 and 66. RGB value is (7,32,102). Sum of RGB (Red+Green+Blue) = 7+32+102=141 (18% of max value = 765). Red value is 7 (3.12% from 255 or 4.96% from 141); Green value is 32 (12.89% from 255 or 22.70% from 141); Blue value is 102 (40.23% from 255 or 72.34% from 141); Max value from RGB is 102 - color contains mainly: blue. Hex color #072066 is not a web safe color. Web safe color analog (approx): #003366. Inversed color of #072066 is #F8DF99. Grayscale: #202020. Windows color (decimal): -16310170 or 6692871. OLE color: 6692871.
HSL color Cylindrical-coordinate representation of color #072066: hue angle of 224.21º degrees, saturation: 0.87, lightness: 0.21%. HSV value (or HSB Brightness) of color is 0.4% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #072066 is Cyan = 0.93, Magento = 0.69, Yellow = 0 and Black (K on CMYK) = 0.6.
Color convert
| RGB | 7 | 32 | 102 | - |
| CMYK | 0.93 | 0.69 | 0 | 0.6 |
| HSL | 224.21º | 0.87% | 0.21% | - |
| HSV(B) | 224.21º | 0.93% | 0.4% | - |
| XYZ | 3 | 2.04 | 12.81 | - |
| YUV | 32.51 | 167.22 | 109.81 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 7 | 32 | 102 | 0.93 | 0.69 | 0 | 0.6 | 224.21 | 0.87 | 0.21 |
| Hex | 7 | 20 | 66 | 5D | 45 | 0 | 3C | E0 | 57 | 15 |
| Octal | 7 | 40 | 146 | 135 | 105 | 0 | 74 | 340 | 127 | 25 |
| Binary | 111 | 100000 | 1100110 | 1011101 | 1000101 | 0 | 111100 | 11100000 | 1010111 | 10101 |
Color Harmonies of #072066
Complementary color
Monochromatic Colors of #072066
Black with #072066
Text Example
Text Example
White with #072066
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #072066; }
p { color: rgb(7,32,102); }
H1.HeaderClassName
{
color: #072066;
}
.AnyTagClassName
{
color: #072066;
}
</style>
background-color css
<style>
a { background-color: #072066; }
a { background-color: rgb(7,32,102); }
div.DivClassName
{
background-color: #072066;
}
.BgClassName
{
background-color: #072066;
}
</style>
border-color css
<style>
span { border-color: #072066; }
span { border-color: rgb(7,32,102); }
td.TdClassName
{
border-color: #072066;
}
.TagClassName
{
border-color: #072066;
}
</style>