Shades of Sapphire #072153
Tints of Sapphire #072153
RGB
CMYK
RGB Variations
Color information
#072153 (or 0x072153) is known color: Sapphire. HEX triplet: 07, 21 and 53. RGB value is (7,33,83). Sum of RGB (Red+Green+Blue) = 7+33+83=123 (16% of max value = 765). Red value is 7 (3.12% from 255 or 5.69% from 123); Green value is 33 (13.28% from 255 or 26.83% from 123); Blue value is 83 (32.81% from 255 or 67.48% from 123); Max value from RGB is 83 - color contains mainly: blue. Hex color #072153 is not a web safe color. Web safe color analog (approx): #003366. Inversed color of #072153 is #F8DEAC. Grayscale: #1E1E1E. Windows color (decimal): -16309933 or 5447943. OLE color: 5447943.
HSL color Cylindrical-coordinate representation of color #072153: hue angle of 219.47º degrees, saturation: 0.84, lightness: 0.18%. HSV value (or HSB Brightness) of color is 0.33% and HSV saturation: 0.92%. Process color model (Four color, CMYK) of #072153 is Cyan = 0.92, Magento = 0.60, Yellow = 0 and Black (K on CMYK) = 0.67.
Color convert
| RGB | 7 | 33 | 83 | - |
| CMYK | 0.92 | 0.60 | 0 | 0.67 |
| HSL | 219.47º | 0.84% | 0.18% | - |
| HSV(B) | 219.47º | 0.92% | 0.33% | - |
| XYZ | 2.19 | 1.76 | 8.41 | - |
| YUV | 30.93 | 157.39 | 110.93 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 7 | 33 | 83 | 0.92 | 0.60 | 0 | 0.67 | 219.47 | 0.84 | 0.18 |
| Hex | 7 | 21 | 53 | 5C | 3C | 0 | 43 | DB | 54 | 12 |
| Octal | 7 | 41 | 123 | 134 | 74 | 0 | 103 | 333 | 124 | 22 |
| Binary | 111 | 100001 | 1010011 | 1011100 | 111100 | 0 | 1000011 | 11011011 | 1010100 | 10010 |
Color Harmonies of #072153
Complementary color
Monochromatic Colors of #072153
Black with #072153
Text Example
Text Example
White with #072153
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #072153; }
p { color: rgb(7,33,83); }
H1.HeaderClassName
{
color: #072153;
}
.AnyTagClassName
{
color: #072153;
}
</style>
background-color css
<style>
a { background-color: #072153; }
a { background-color: rgb(7,33,83); }
div.DivClassName
{
background-color: #072153;
}
.BgClassName
{
background-color: #072153;
}
</style>
border-color css
<style>
span { border-color: #072153; }
span { border-color: rgb(7,33,83); }
td.TdClassName
{
border-color: #072153;
}
.TagClassName
{
border-color: #072153;
}
</style>