Shades of Sapphire #07214D
Tints of Sapphire #07214D
RGB
CMYK
RGB Variations
Color information
#07214D (or 0x07214D) is known color: Sapphire. HEX triplet: 07, 21 and 4D. RGB value is (7,33,77). Sum of RGB (Red+Green+Blue) = 7+33+77=117 (15% of max value = 765). Red value is 7 (3.12% from 255 or 5.98% from 117); Green value is 33 (13.28% from 255 or 28.21% from 117); Blue value is 77 (30.47% from 255 or 65.81% from 117); Max value from RGB is 77 - color contains mainly: blue. Hex color #07214D is not a web safe color. Web safe color analog (approx): #003366. Inversed color of #07214D is #F8DEB2. Grayscale: #1E1E1E. Windows color (decimal): -16309939 or 5054727. OLE color: 5054727.
HSL color Cylindrical-coordinate representation of color #07214D: hue angle of 217.71º 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 #07214D is Cyan = 0.91, Magento = 0.57, Yellow = 0 and Black (K on CMYK) = 0.70.
Color convert
| RGB | 7 | 33 | 77 | - |
| CMYK | 0.91 | 0.57 | 0 | 0.70 |
| HSL | 217.71º | 0.83% | 0.16% | - |
| HSV(B) | 217.71º | 0.91% | 0.3% | - |
| XYZ | 1.97 | 1.67 | 7.24 | - |
| YUV | 30.24 | 154.39 | 111.42 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 7 | 33 | 77 | 0.91 | 0.57 | 0 | 0.70 | 217.71 | 0.83 | 0.16 |
| Hex | 7 | 21 | 4D | 5B | 39 | 0 | 46 | DA | 53 | 10 |
| Octal | 7 | 41 | 115 | 133 | 71 | 0 | 106 | 332 | 123 | 20 |
| Binary | 111 | 100001 | 1001101 | 1011011 | 111001 | 0 | 1000110 | 11011010 | 1010011 | 10000 |
Color Harmonies of #07214D
Complementary color
Monochromatic Colors of #07214D
Black with #07214D
Text Example
Text Example
White with #07214D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #07214D; }
p { color: rgb(7,33,77); }
H1.HeaderClassName
{
color: #07214D;
}
.AnyTagClassName
{
color: #07214D;
}
</style>
background-color css
<style>
a { background-color: #07214D; }
a { background-color: rgb(7,33,77); }
div.DivClassName
{
background-color: #07214D;
}
.BgClassName
{
background-color: #07214D;
}
</style>
border-color css
<style>
span { border-color: #07214D; }
span { border-color: rgb(7,33,77); }
td.TdClassName
{
border-color: #07214D;
}
.TagClassName
{
border-color: #07214D;
}
</style>