Shades of Sapphire #07205D
Tints of Sapphire #07205D
RGB
CMYK
RGB Variations
Color information
#07205D (or 0x07205D) is known color: Sapphire. HEX triplet: 07, 20 and 5D. RGB value is (7,32,93). Sum of RGB (Red+Green+Blue) = 7+32+93=132 (17% of max value = 765). Red value is 7 (3.12% from 255 or 5.30% from 132); Green value is 32 (12.89% from 255 or 24.24% from 132); Blue value is 93 (36.72% from 255 or 70.45% from 132); Max value from RGB is 93 - color contains mainly: blue. Hex color #07205D is not a web safe color. Web safe color analog (approx): #003366. Inversed color of #07205D is #F8DFA2. Grayscale: #1F1F1F. Windows color (decimal): -16310179 or 6103047. OLE color: 6103047.
HSL color Cylindrical-coordinate representation of color #07205D: hue angle of 222.56º degrees, saturation: 0.86, lightness: 0.2%. HSV value (or HSB Brightness) of color is 0.36% and HSV saturation: 0.92%. Process color model (Four color, CMYK) of #07205D is Cyan = 0.92, Magento = 0.66, Yellow = 0 and Black (K on CMYK) = 0.64.
Color convert
| RGB | 7 | 32 | 93 | - |
| CMYK | 0.92 | 0.66 | 0 | 0.64 |
| HSL | 222.56º | 0.86% | 0.2% | - |
| HSV(B) | 222.56º | 0.92% | 0.36% | - |
| XYZ | 2.58 | 1.87 | 10.58 | - |
| YUV | 31.48 | 162.72 | 110.54 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 7 | 32 | 93 | 0.92 | 0.66 | 0 | 0.64 | 222.56 | 0.86 | 0.2 |
| Hex | 7 | 20 | 5D | 5C | 42 | 0 | 40 | DF | 56 | 14 |
| Octal | 7 | 40 | 135 | 134 | 102 | 0 | 100 | 337 | 126 | 24 |
| Binary | 111 | 100000 | 1011101 | 1011100 | 1000010 | 0 | 1000000 | 11011111 | 1010110 | 10100 |
Color Harmonies of #07205D
Complementary color
Monochromatic Colors of #07205D
Black with #07205D
Text Example
Text Example
White with #07205D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #07205D; }
p { color: rgb(7,32,93); }
H1.HeaderClassName
{
color: #07205D;
}
.AnyTagClassName
{
color: #07205D;
}
</style>
background-color css
<style>
a { background-color: #07205D; }
a { background-color: rgb(7,32,93); }
div.DivClassName
{
background-color: #07205D;
}
.BgClassName
{
background-color: #07205D;
}
</style>
border-color css
<style>
span { border-color: #07205D; }
span { border-color: rgb(7,32,93); }
td.TdClassName
{
border-color: #07205D;
}
.TagClassName
{
border-color: #07205D;
}
</style>