Shades of Sapphire #07215E
Tints of Sapphire #07215E
RGB
CMYK
RGB Variations
Color information
#07215E (or 0x07215E) is known color: Sapphire. HEX triplet: 07, 21 and 5E. RGB value is (7,33,94). Sum of RGB (Red+Green+Blue) = 7+33+94=134 (17% of max value = 765). Red value is 7 (3.12% from 255 or 5.22% from 134); Green value is 33 (13.28% from 255 or 24.63% from 134); Blue value is 94 (37.11% from 255 or 70.15% from 134); Max value from RGB is 94 - color contains mainly: blue. Hex color #07215E is not a web safe color. Web safe color analog (approx): #003366. Inversed color of #07215E is #F8DEA1. Grayscale: #1F1F1F. Windows color (decimal): -16309922 or 6168839. OLE color: 6168839.
HSL color Cylindrical-coordinate representation of color #07215E: hue angle of 222.07º 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 #07215E is Cyan = 0.93, Magento = 0.65, Yellow = 0 and Black (K on CMYK) = 0.63.
Color convert
| RGB | 7 | 33 | 94 | - |
| CMYK | 0.93 | 0.65 | 0 | 0.63 |
| HSL | 222.07º | 0.86% | 0.2% | - |
| HSV(B) | 222.07º | 0.93% | 0.37% | - |
| XYZ | 2.65 | 1.94 | 10.82 | - |
| YUV | 32.18 | 162.89 | 110.04 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 7 | 33 | 94 | 0.93 | 0.65 | 0 | 0.63 | 222.07 | 0.86 | 0.2 |
| Hex | 7 | 21 | 5E | 5D | 41 | 0 | 3F | DE | 56 | 14 |
| Octal | 7 | 41 | 136 | 135 | 101 | 0 | 77 | 336 | 126 | 24 |
| Binary | 111 | 100001 | 1011110 | 1011101 | 1000001 | 0 | 111111 | 11011110 | 1010110 | 10100 |
Color Harmonies of #07215E
Complementary color
Monochromatic Colors of #07215E
Black with #07215E
Text Example
Text Example
White with #07215E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #07215E; }
p { color: rgb(7,33,94); }
H1.HeaderClassName
{
color: #07215E;
}
.AnyTagClassName
{
color: #07215E;
}
</style>
background-color css
<style>
a { background-color: #07215E; }
a { background-color: rgb(7,33,94); }
div.DivClassName
{
background-color: #07215E;
}
.BgClassName
{
background-color: #07215E;
}
</style>
border-color css
<style>
span { border-color: #07215E; }
span { border-color: rgb(7,33,94); }
td.TdClassName
{
border-color: #07215E;
}
.TagClassName
{
border-color: #07215E;
}
</style>