Shades of Sapphire #072353
Tints of Sapphire #072353
RGB
CMYK
RGB Variations
Color information
#072353 (or 0x072353) is known color: Sapphire. HEX triplet: 07, 23 and 53. RGB value is (7,35,83). Sum of RGB (Red+Green+Blue) = 7+35+83=125 (16% of max value = 765). Red value is 7 (3.12% from 255 or 5.6% from 125); Green value is 35 (14.06% from 255 or 28% from 125); Blue value is 83 (32.81% from 255 or 66.4% from 125); Max value from RGB is 83 - color contains mainly: blue. Hex color #072353 is not a web safe color. Web safe color analog (approx): #003366. Inversed color of #072353 is #F8DCAC. Grayscale: #1F1F1F. Windows color (decimal): -16309421 or 5448455. OLE color: 5448455.
HSL color Cylindrical-coordinate representation of color #072353: hue angle of 217.89º 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 #072353 is Cyan = 0.92, Magento = 0.58, Yellow = 0 and Black (K on CMYK) = 0.67.
Color convert
| RGB | 7 | 35 | 83 | - |
| CMYK | 0.92 | 0.58 | 0 | 0.67 |
| HSL | 217.89º | 0.84% | 0.18% | - |
| HSV(B) | 217.89º | 0.92% | 0.33% | - |
| XYZ | 2.25 | 1.87 | 8.43 | - |
| YUV | 32.1 | 156.72 | 110.1 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 7 | 35 | 83 | 0.92 | 0.58 | 0 | 0.67 | 217.89 | 0.84 | 0.18 |
| Hex | 7 | 23 | 53 | 5C | 3A | 0 | 43 | DA | 54 | 12 |
| Octal | 7 | 43 | 123 | 134 | 72 | 0 | 103 | 332 | 124 | 22 |
| Binary | 111 | 100011 | 1010011 | 1011100 | 111010 | 0 | 1000011 | 11011010 | 1010100 | 10010 |
Color Harmonies of #072353
Complementary color
Monochromatic Colors of #072353
Black with #072353
Text Example
Text Example
White with #072353
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #072353; }
p { color: rgb(7,35,83); }
H1.HeaderClassName
{
color: #072353;
}
.AnyTagClassName
{
color: #072353;
}
</style>
background-color css
<style>
a { background-color: #072353; }
a { background-color: rgb(7,35,83); }
div.DivClassName
{
background-color: #072353;
}
.BgClassName
{
background-color: #072353;
}
</style>
border-color css
<style>
span { border-color: #072353; }
span { border-color: rgb(7,35,83); }
td.TdClassName
{
border-color: #072353;
}
.TagClassName
{
border-color: #072353;
}
</style>