Shades of Sapphire #07206E
Tints of Sapphire #07206E
RGB
CMYK
RGB Variations
Color information
#07206E (or 0x07206E) is known color: Sapphire. HEX triplet: 07, 20 and 6E. RGB value is (7,32,110). Sum of RGB (Red+Green+Blue) = 7+32+110=149 (19% of max value = 765). Red value is 7 (3.12% from 255 or 4.70% from 149); Green value is 32 (12.89% from 255 or 21.48% from 149); Blue value is 110 (43.36% from 255 or 73.83% from 149); Max value from RGB is 110 - color contains mainly: blue. Hex color #07206E is not a web safe color. Web safe color analog (approx): #003366. Inversed color of #07206E is #F8DF91. Grayscale: #212121. Windows color (decimal): -16310162 or 7217159. OLE color: 7217159.
HSL color Cylindrical-coordinate representation of color #07206E: hue angle of 225.44º degrees, saturation: 0.88, lightness: 0.23%. HSV value (or HSB Brightness) of color is 0.43% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #07206E is Cyan = 0.94, Magento = 0.71, Yellow = 0 and Black (K on CMYK) = 0.57.
Color convert
| RGB | 7 | 32 | 110 | - |
| CMYK | 0.94 | 0.71 | 0 | 0.57 |
| HSL | 225.44º | 0.88% | 0.23% | - |
| HSV(B) | 225.44º | 0.94% | 0.43% | - |
| XYZ | 3.42 | 2.2 | 15 | - |
| YUV | 33.42 | 171.22 | 109.16 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 7 | 32 | 110 | 0.94 | 0.71 | 0 | 0.57 | 225.44 | 0.88 | 0.23 |
| Hex | 7 | 20 | 6E | 5E | 47 | 0 | 39 | E1 | 58 | 17 |
| Octal | 7 | 40 | 156 | 136 | 107 | 0 | 71 | 341 | 130 | 27 |
| Binary | 111 | 100000 | 1101110 | 1011110 | 1000111 | 0 | 111001 | 11100001 | 1011000 | 10111 |
Color Harmonies of #07206E
Complementary color
Monochromatic Colors of #07206E
Black with #07206E
Text Example
Text Example
White with #07206E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #07206E; }
p { color: rgb(7,32,110); }
H1.HeaderClassName
{
color: #07206E;
}
.AnyTagClassName
{
color: #07206E;
}
</style>
background-color css
<style>
a { background-color: #07206E; }
a { background-color: rgb(7,32,110); }
div.DivClassName
{
background-color: #07206E;
}
.BgClassName
{
background-color: #07206E;
}
</style>
border-color css
<style>
span { border-color: #07206E; }
span { border-color: rgb(7,32,110); }
td.TdClassName
{
border-color: #07206E;
}
.TagClassName
{
border-color: #07206E;
}
</style>