Shades of Sapphire #07205B
Tints of Sapphire #07205B
RGB
CMYK
RGB Variations
Color information
#07205B (or 0x07205B) is known color: Sapphire. HEX triplet: 07, 20 and 5B. RGB value is (7,32,91). Sum of RGB (Red+Green+Blue) = 7+32+91=130 (17% of max value = 765). Red value is 7 (3.12% from 255 or 5.38% from 130); Green value is 32 (12.89% from 255 or 24.62% from 130); Blue value is 91 (35.94% from 255 or 70% from 130); Max value from RGB is 91 - color contains mainly: blue. Hex color #07205B is not a web safe color. Web safe color analog (approx): #003366. Inversed color of #07205B is #F8DFA4. Grayscale: #1E1E1E. Windows color (decimal): -16310181 or 5971975. OLE color: 5971975.
HSL color Cylindrical-coordinate representation of color #07205B: hue angle of 222.14º degrees, saturation: 0.86, lightness: 0.19%. HSV value (or HSB Brightness) of color is 0.36% and HSV saturation: 0.92%. Process color model (Four color, CMYK) of #07205B is Cyan = 0.92, Magento = 0.65, Yellow = 0 and Black (K on CMYK) = 0.64.
Color convert
| RGB | 7 | 32 | 91 | - |
| CMYK | 0.92 | 0.65 | 0 | 0.64 |
| HSL | 222.14º | 0.86% | 0.19% | - |
| HSV(B) | 222.14º | 0.92% | 0.36% | - |
| XYZ | 2.49 | 1.83 | 10.12 | - |
| YUV | 31.25 | 161.72 | 110.7 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 7 | 32 | 91 | 0.92 | 0.65 | 0 | 0.64 | 222.14 | 0.86 | 0.19 |
| Hex | 7 | 20 | 5B | 5C | 41 | 0 | 40 | DE | 56 | 13 |
| Octal | 7 | 40 | 133 | 134 | 101 | 0 | 100 | 336 | 126 | 23 |
| Binary | 111 | 100000 | 1011011 | 1011100 | 1000001 | 0 | 1000000 | 11011110 | 1010110 | 10011 |
Color Harmonies of #07205B
Complementary color
Monochromatic Colors of #07205B
Black with #07205B
Text Example
Text Example
White with #07205B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #07205B; }
p { color: rgb(7,32,91); }
H1.HeaderClassName
{
color: #07205B;
}
.AnyTagClassName
{
color: #07205B;
}
</style>
background-color css
<style>
a { background-color: #07205B; }
a { background-color: rgb(7,32,91); }
div.DivClassName
{
background-color: #07205B;
}
.BgClassName
{
background-color: #07205B;
}
</style>
border-color css
<style>
span { border-color: #07205B; }
span { border-color: rgb(7,32,91); }
td.TdClassName
{
border-color: #07205B;
}
.TagClassName
{
border-color: #07205B;
}
</style>