Shades of Sapphire #072453
Tints of Sapphire #072453
RGB
CMYK
RGB Variations
Color information
#072453 (or 0x072453) is known color: Sapphire. HEX triplet: 07, 24 and 53. RGB value is (7,36,83). Sum of RGB (Red+Green+Blue) = 7+36+83=126 (16% of max value = 765). Red value is 7 (3.12% from 255 or 5.56% from 126); Green value is 36 (14.45% from 255 or 28.57% from 126); Blue value is 83 (32.81% from 255 or 65.87% from 126); Max value from RGB is 83 - color contains mainly: blue. Hex color #072453 is not a web safe color. Web safe color analog (approx): #003366. Inversed color of #072453 is #F8DBAC. Grayscale: #202020. Windows color (decimal): -16309165 or 5448711. OLE color: 5448711.
HSL color Cylindrical-coordinate representation of color #072453: hue angle of 217.11º 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 #072453 is Cyan = 0.92, Magento = 0.57, Yellow = 0 and Black (K on CMYK) = 0.67.
Color convert
| RGB | 7 | 36 | 83 | - |
| CMYK | 0.92 | 0.57 | 0 | 0.67 |
| HSL | 217.11º | 0.84% | 0.18% | - |
| HSV(B) | 217.11º | 0.92% | 0.33% | - |
| XYZ | 2.28 | 1.93 | 8.44 | - |
| YUV | 32.69 | 156.39 | 109.68 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 7 | 36 | 83 | 0.92 | 0.57 | 0 | 0.67 | 217.11 | 0.84 | 0.18 |
| Hex | 7 | 24 | 53 | 5C | 39 | 0 | 43 | D9 | 54 | 12 |
| Octal | 7 | 44 | 123 | 134 | 71 | 0 | 103 | 331 | 124 | 22 |
| Binary | 111 | 100100 | 1010011 | 1011100 | 111001 | 0 | 1000011 | 11011001 | 1010100 | 10010 |
Color Harmonies of #072453
Complementary color
Monochromatic Colors of #072453
Black with #072453
Text Example
Text Example
White with #072453
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #072453; }
p { color: rgb(7,36,83); }
H1.HeaderClassName
{
color: #072453;
}
.AnyTagClassName
{
color: #072453;
}
</style>
background-color css
<style>
a { background-color: #072453; }
a { background-color: rgb(7,36,83); }
div.DivClassName
{
background-color: #072453;
}
.BgClassName
{
background-color: #072453;
}
</style>
border-color css
<style>
span { border-color: #072453; }
span { border-color: rgb(7,36,83); }
td.TdClassName
{
border-color: #072453;
}
.TagClassName
{
border-color: #072453;
}
</style>