Shades of Sapphire #072150
Tints of Sapphire #072150
RGB
CMYK
RGB Variations
Color information
#072150 (or 0x072150) is known color: Sapphire. HEX triplet: 07, 21 and 50. RGB value is (7,33,80). Sum of RGB (Red+Green+Blue) = 7+33+80=120 (15% of max value = 765). Red value is 7 (3.12% from 255 or 5.83% from 120); Green value is 33 (13.28% from 255 or 27.5% from 120); Blue value is 80 (31.64% from 255 or 66.67% from 120); Max value from RGB is 80 - color contains mainly: blue. Hex color #072150 is not a web safe color. Web safe color analog (approx): #003366. Inversed color of #072150 is #F8DEAF. Grayscale: #1E1E1E. Windows color (decimal): -16309936 or 5251335. OLE color: 5251335.
HSL color Cylindrical-coordinate representation of color #072150: hue angle of 218.63º 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 #072150 is Cyan = 0.91, Magento = 0.59, Yellow = 0 and Black (K on CMYK) = 0.69.
Color convert
| RGB | 7 | 33 | 80 | - |
| CMYK | 0.91 | 0.59 | 0 | 0.69 |
| HSL | 218.63º | 0.84% | 0.17% | - |
| HSV(B) | 218.63º | 0.91% | 0.31% | - |
| XYZ | 2.08 | 1.71 | 7.81 | - |
| YUV | 30.58 | 155.89 | 111.18 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 7 | 33 | 80 | 0.91 | 0.59 | 0 | 0.69 | 218.63 | 0.84 | 0.17 |
| Hex | 7 | 21 | 50 | 5B | 3B | 0 | 45 | DB | 54 | 11 |
| Octal | 7 | 41 | 120 | 133 | 73 | 0 | 105 | 333 | 124 | 21 |
| Binary | 111 | 100001 | 1010000 | 1011011 | 111011 | 0 | 1000101 | 11011011 | 1010100 | 10001 |
Color Harmonies of #072150
Complementary color
Monochromatic Colors of #072150
Black with #072150
Text Example
Text Example
White with #072150
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #072150; }
p { color: rgb(7,33,80); }
H1.HeaderClassName
{
color: #072150;
}
.AnyTagClassName
{
color: #072150;
}
</style>
background-color css
<style>
a { background-color: #072150; }
a { background-color: rgb(7,33,80); }
div.DivClassName
{
background-color: #072150;
}
.BgClassName
{
background-color: #072150;
}
</style>
border-color css
<style>
span { border-color: #072150; }
span { border-color: rgb(7,33,80); }
td.TdClassName
{
border-color: #072150;
}
.TagClassName
{
border-color: #072150;
}
</style>