Shades of Sapphire #07204F
Tints of Sapphire #07204F
RGB
CMYK
RGB Variations
Color information
#07204F (or 0x07204F) is known color: Sapphire. HEX triplet: 07, 20 and 4F. RGB value is (7,32,79). Sum of RGB (Red+Green+Blue) = 7+32+79=118 (15% of max value = 765). Red value is 7 (3.12% from 255 or 5.93% from 118); Green value is 32 (12.89% from 255 or 27.12% from 118); Blue value is 79 (31.25% from 255 or 66.95% from 118); Max value from RGB is 79 - color contains mainly: blue. Hex color #07204F is not a web safe color. Web safe color analog (approx): #003366. Inversed color of #07204F is #F8DFB0. Grayscale: #1D1D1D. Windows color (decimal): -16310193 or 5185543. OLE color: 5185543.
HSL color Cylindrical-coordinate representation of color #07204F: hue angle of 219.17º degrees, saturation: 0.84, lightness: 0.17%. HSV value (or HSB Brightness) of color is 0.31% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #07204F is Cyan = 0.91, Magento = 0.59, Yellow = 0 and Black (K on CMYK) = 0.69.
Color convert
| RGB | 7 | 32 | 79 | - |
| CMYK | 0.91 | 0.59 | 0 | 0.69 |
| HSL | 219.17º | 0.84% | 0.17% | - |
| HSV(B) | 219.17º | 0.91% | 0.31% | - |
| XYZ | 2.02 | 1.64 | 7.61 | - |
| YUV | 29.88 | 155.72 | 111.68 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 7 | 32 | 79 | 0.91 | 0.59 | 0 | 0.69 | 219.17 | 0.84 | 0.17 |
| Hex | 7 | 20 | 4F | 5B | 3B | 0 | 45 | DB | 54 | 11 |
| Octal | 7 | 40 | 117 | 133 | 73 | 0 | 105 | 333 | 124 | 21 |
| Binary | 111 | 100000 | 1001111 | 1011011 | 111011 | 0 | 1000101 | 11011011 | 1010100 | 10001 |
Color Harmonies of #07204F
Complementary color
Monochromatic Colors of #07204F
Black with #07204F
Text Example
Text Example
White with #07204F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #07204F; }
p { color: rgb(7,32,79); }
H1.HeaderClassName
{
color: #07204F;
}
.AnyTagClassName
{
color: #07204F;
}
</style>
background-color css
<style>
a { background-color: #07204F; }
a { background-color: rgb(7,32,79); }
div.DivClassName
{
background-color: #07204F;
}
.BgClassName
{
background-color: #07204F;
}
</style>
border-color css
<style>
span { border-color: #07204F; }
span { border-color: rgb(7,32,79); }
td.TdClassName
{
border-color: #07204F;
}
.TagClassName
{
border-color: #07204F;
}
</style>