Shades of Sapphire #07224D
Tints of Sapphire #07224D
RGB
CMYK
RGB Variations
Color information
#07224D (or 0x07224D) is known color: Sapphire. HEX triplet: 07, 22 and 4D. RGB value is (7,34,77). Sum of RGB (Red+Green+Blue) = 7+34+77=118 (15% of max value = 765). Red value is 7 (3.12% from 255 or 5.93% from 118); Green value is 34 (13.67% from 255 or 28.81% from 118); Blue value is 77 (30.47% from 255 or 65.25% from 118); Max value from RGB is 77 - color contains mainly: blue. Hex color #07224D is not a web safe color. Web safe color analog (approx): #003366. Inversed color of #07224D is #F8DDB2. Grayscale: #1E1E1E. Windows color (decimal): -16309683 or 5054983. OLE color: 5054983.
HSL color Cylindrical-coordinate representation of color #07224D: hue angle of 216.86º degrees, saturation: 0.83, lightness: 0.16%. HSV value (or HSB Brightness) of color is 0.3% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #07224D is Cyan = 0.91, Magento = 0.56, Yellow = 0 and Black (K on CMYK) = 0.70.
Color convert
| RGB | 7 | 34 | 77 | - |
| CMYK | 0.91 | 0.56 | 0 | 0.70 |
| HSL | 216.86º | 0.83% | 0.16% | - |
| HSV(B) | 216.86º | 0.91% | 0.3% | - |
| XYZ | 2 | 1.73 | 7.25 | - |
| YUV | 30.83 | 154.05 | 111 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 7 | 34 | 77 | 0.91 | 0.56 | 0 | 0.70 | 216.86 | 0.83 | 0.16 |
| Hex | 7 | 22 | 4D | 5B | 38 | 0 | 46 | D9 | 53 | 10 |
| Octal | 7 | 42 | 115 | 133 | 70 | 0 | 106 | 331 | 123 | 20 |
| Binary | 111 | 100010 | 1001101 | 1011011 | 111000 | 0 | 1000110 | 11011001 | 1010011 | 10000 |
Color Harmonies of #07224D
Complementary color
Monochromatic Colors of #07224D
Black with #07224D
Text Example
Text Example
White with #07224D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #07224D; }
p { color: rgb(7,34,77); }
H1.HeaderClassName
{
color: #07224D;
}
.AnyTagClassName
{
color: #07224D;
}
</style>
background-color css
<style>
a { background-color: #07224D; }
a { background-color: rgb(7,34,77); }
div.DivClassName
{
background-color: #07224D;
}
.BgClassName
{
background-color: #07224D;
}
</style>
border-color css
<style>
span { border-color: #07224D; }
span { border-color: rgb(7,34,77); }
td.TdClassName
{
border-color: #07224D;
}
.TagClassName
{
border-color: #07224D;
}
</style>