Shades of Sapphire #07215D
Tints of Sapphire #07215D
RGB
CMYK
RGB Variations
Color information
#07215D (or 0x07215D) is known color: Sapphire. HEX triplet: 07, 21 and 5D. RGB value is (7,33,93). Sum of RGB (Red+Green+Blue) = 7+33+93=133 (17% of max value = 765). Red value is 7 (3.12% from 255 or 5.26% from 133); Green value is 33 (13.28% from 255 or 24.81% from 133); Blue value is 93 (36.72% from 255 or 69.92% from 133); Max value from RGB is 93 - color contains mainly: blue. Hex color #07215D is not a web safe color. Web safe color analog (approx): #003366. Inversed color of #07215D is #F8DEA2. Grayscale: #1F1F1F. Windows color (decimal): -16309923 or 6103303. OLE color: 6103303.
HSL color Cylindrical-coordinate representation of color #07215D: hue angle of 221.86º degrees, saturation: 0.86, lightness: 0.2%. HSV value (or HSB Brightness) of color is 0.36% and HSV saturation: 0.92%. Process color model (Four color, CMYK) of #07215D is Cyan = 0.92, Magento = 0.65, Yellow = 0 and Black (K on CMYK) = 0.64.
Color convert
| RGB | 7 | 33 | 93 | - |
| CMYK | 0.92 | 0.65 | 0 | 0.64 |
| HSL | 221.86º | 0.86% | 0.2% | - |
| HSV(B) | 221.86º | 0.92% | 0.36% | - |
| XYZ | 2.61 | 1.92 | 10.59 | - |
| YUV | 32.07 | 162.39 | 110.12 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 7 | 33 | 93 | 0.92 | 0.65 | 0 | 0.64 | 221.86 | 0.86 | 0.2 |
| Hex | 7 | 21 | 5D | 5C | 41 | 0 | 40 | DE | 56 | 14 |
| Octal | 7 | 41 | 135 | 134 | 101 | 0 | 100 | 336 | 126 | 24 |
| Binary | 111 | 100001 | 1011101 | 1011100 | 1000001 | 0 | 1000000 | 11011110 | 1010110 | 10100 |
Color Harmonies of #07215D
Complementary color
Monochromatic Colors of #07215D
Black with #07215D
Text Example
Text Example
White with #07215D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #07215D; }
p { color: rgb(7,33,93); }
H1.HeaderClassName
{
color: #07215D;
}
.AnyTagClassName
{
color: #07215D;
}
</style>
background-color css
<style>
a { background-color: #07215D; }
a { background-color: rgb(7,33,93); }
div.DivClassName
{
background-color: #07215D;
}
.BgClassName
{
background-color: #07215D;
}
</style>
border-color css
<style>
span { border-color: #07215D; }
span { border-color: rgb(7,33,93); }
td.TdClassName
{
border-color: #07215D;
}
.TagClassName
{
border-color: #07215D;
}
</style>