Shades of Sapphire #07205C
Tints of Sapphire #07205C
RGB
CMYK
RGB Variations
Color information
#07205C (or 0x07205C) is known color: Sapphire. HEX triplet: 07, 20 and 5C. RGB value is (7,32,92). Sum of RGB (Red+Green+Blue) = 7+32+92=131 (17% of max value = 765). Red value is 7 (3.12% from 255 or 5.34% from 131); Green value is 32 (12.89% from 255 or 24.43% from 131); Blue value is 92 (36.33% from 255 or 70.23% from 131); Max value from RGB is 92 - color contains mainly: blue. Hex color #07205C is not a web safe color. Web safe color analog (approx): #003366. Inversed color of #07205C is #F8DFA3. Grayscale: #1F1F1F. Windows color (decimal): -16310180 or 6037511. OLE color: 6037511.
HSL color Cylindrical-coordinate representation of color #07205C: hue angle of 222.35º 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 #07205C is Cyan = 0.92, Magento = 0.65, Yellow = 0 and Black (K on CMYK) = 0.64.
Color convert
| RGB | 7 | 32 | 92 | - |
| CMYK | 0.92 | 0.65 | 0 | 0.64 |
| HSL | 222.35º | 0.86% | 0.19% | - |
| HSV(B) | 222.35º | 0.92% | 0.36% | - |
| XYZ | 2.54 | 1.85 | 10.35 | - |
| YUV | 31.37 | 162.22 | 110.62 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 7 | 32 | 92 | 0.92 | 0.65 | 0 | 0.64 | 222.35 | 0.86 | 0.19 |
| Hex | 7 | 20 | 5C | 5C | 41 | 0 | 40 | DE | 56 | 13 |
| Octal | 7 | 40 | 134 | 134 | 101 | 0 | 100 | 336 | 126 | 23 |
| Binary | 111 | 100000 | 1011100 | 1011100 | 1000001 | 0 | 1000000 | 11011110 | 1010110 | 10011 |
Color Harmonies of #07205C
Complementary color
Monochromatic Colors of #07205C
Black with #07205C
Text Example
Text Example
White with #07205C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #07205C; }
p { color: rgb(7,32,92); }
H1.HeaderClassName
{
color: #07205C;
}
.AnyTagClassName
{
color: #07205C;
}
</style>
background-color css
<style>
a { background-color: #07205C; }
a { background-color: rgb(7,32,92); }
div.DivClassName
{
background-color: #07205C;
}
.BgClassName
{
background-color: #07205C;
}
</style>
border-color css
<style>
span { border-color: #07205C; }
span { border-color: rgb(7,32,92); }
td.TdClassName
{
border-color: #07205C;
}
.TagClassName
{
border-color: #07205C;
}
</style>