Shades of Sapphire #072553
Tints of Sapphire #072553
RGB
CMYK
RGB Variations
Color information
#072553 (or 0x072553) is known color: Sapphire. HEX triplet: 07, 25 and 53. RGB value is (7,37,83). Sum of RGB (Red+Green+Blue) = 7+37+83=127 (16% of max value = 765). Red value is 7 (3.12% from 255 or 5.51% from 127); Green value is 37 (14.84% from 255 or 29.13% from 127); Blue value is 83 (32.81% from 255 or 65.35% from 127); Max value from RGB is 83 - color contains mainly: blue. Hex color #072553 is not a web safe color. Web safe color analog (approx): #003366. Inversed color of #072553 is #F8DAAC. Grayscale: #212121. Windows color (decimal): -16308909 or 5448967. OLE color: 5448967.
HSL color Cylindrical-coordinate representation of color #072553: hue angle of 216.32º 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 #072553 is Cyan = 0.92, Magento = 0.55, Yellow = 0 and Black (K on CMYK) = 0.67.
Color convert
| RGB | 7 | 37 | 83 | - |
| CMYK | 0.92 | 0.55 | 0 | 0.67 |
| HSL | 216.32º | 0.84% | 0.18% | - |
| HSV(B) | 216.32º | 0.92% | 0.33% | - |
| XYZ | 2.31 | 1.99 | 8.45 | - |
| YUV | 33.27 | 156.06 | 109.26 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 7 | 37 | 83 | 0.92 | 0.55 | 0 | 0.67 | 216.32 | 0.84 | 0.18 |
| Hex | 7 | 25 | 53 | 5C | 37 | 0 | 43 | D8 | 54 | 12 |
| Octal | 7 | 45 | 123 | 134 | 67 | 0 | 103 | 330 | 124 | 22 |
| Binary | 111 | 100101 | 1010011 | 1011100 | 110111 | 0 | 1000011 | 11011000 | 1010100 | 10010 |
Color Harmonies of #072553
Complementary color
Monochromatic Colors of #072553
Black with #072553
Text Example
Text Example
White with #072553
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #072553; }
p { color: rgb(7,37,83); }
H1.HeaderClassName
{
color: #072553;
}
.AnyTagClassName
{
color: #072553;
}
</style>
background-color css
<style>
a { background-color: #072553; }
a { background-color: rgb(7,37,83); }
div.DivClassName
{
background-color: #072553;
}
.BgClassName
{
background-color: #072553;
}
</style>
border-color css
<style>
span { border-color: #072553; }
span { border-color: rgb(7,37,83); }
td.TdClassName
{
border-color: #072553;
}
.TagClassName
{
border-color: #072553;
}
</style>