Shades of Sapphire #07205E
Tints of Sapphire #07205E
RGB
CMYK
RGB Variations
Color information
#07205E (or 0x07205E) is known color: Sapphire. HEX triplet: 07, 20 and 5E. RGB value is (7,32,94). Sum of RGB (Red+Green+Blue) = 7+32+94=133 (17% of max value = 765). Red value is 7 (3.12% from 255 or 5.26% from 133); Green value is 32 (12.89% from 255 or 24.06% from 133); Blue value is 94 (37.11% from 255 or 70.68% from 133); Max value from RGB is 94 - color contains mainly: blue. Hex color #07205E is not a web safe color. Web safe color analog (approx): #003366. Inversed color of #07205E is #F8DFA1. Grayscale: #1F1F1F. Windows color (decimal): -16310178 or 6168583. OLE color: 6168583.
HSL color Cylindrical-coordinate representation of color #07205E: hue angle of 222.76º degrees, saturation: 0.86, lightness: 0.2%. HSV value (or HSB Brightness) of color is 0.37% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #07205E is Cyan = 0.93, Magento = 0.66, Yellow = 0 and Black (K on CMYK) = 0.63.
Color convert
| RGB | 7 | 32 | 94 | - |
| CMYK | 0.93 | 0.66 | 0 | 0.63 |
| HSL | 222.76º | 0.86% | 0.2% | - |
| HSV(B) | 222.76º | 0.93% | 0.37% | - |
| XYZ | 2.62 | 1.89 | 10.82 | - |
| YUV | 31.59 | 163.22 | 110.46 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 7 | 32 | 94 | 0.93 | 0.66 | 0 | 0.63 | 222.76 | 0.86 | 0.2 |
| Hex | 7 | 20 | 5E | 5D | 42 | 0 | 3F | DF | 56 | 14 |
| Octal | 7 | 40 | 136 | 135 | 102 | 0 | 77 | 337 | 126 | 24 |
| Binary | 111 | 100000 | 1011110 | 1011101 | 1000010 | 0 | 111111 | 11011111 | 1010110 | 10100 |
Color Harmonies of #07205E
Complementary color
Monochromatic Colors of #07205E
Black with #07205E
Text Example
Text Example
White with #07205E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #07205E; }
p { color: rgb(7,32,94); }
H1.HeaderClassName
{
color: #07205E;
}
.AnyTagClassName
{
color: #07205E;
}
</style>
background-color css
<style>
a { background-color: #07205E; }
a { background-color: rgb(7,32,94); }
div.DivClassName
{
background-color: #07205E;
}
.BgClassName
{
background-color: #07205E;
}
</style>
border-color css
<style>
span { border-color: #07205E; }
span { border-color: rgb(7,32,94); }
td.TdClassName
{
border-color: #07205E;
}
.TagClassName
{
border-color: #07205E;
}
</style>