Shades of Sapphire #072375
Tints of Sapphire #072375
RGB
CMYK
RGB Variations
Color information
#072375 (or 0x072375) is known color: Sapphire. HEX triplet: 07, 23 and 75. RGB value is (7,35,117). Sum of RGB (Red+Green+Blue) = 7+35+117=159 (21% of max value = 765). Red value is 7 (3.12% from 255 or 4.40% from 159); Green value is 35 (14.06% from 255 or 22.01% from 159); Blue value is 117 (46.09% from 255 or 73.58% from 159); Max value from RGB is 117 - color contains mainly: blue. Hex color #072375 is not a web safe color. Web safe color analog (approx): #003366. Inversed color of #072375 is #F8DC8A. Grayscale: #232323. Windows color (decimal): -16309387 or 7676679. OLE color: 7676679.
HSL color Cylindrical-coordinate representation of color #072375: hue angle of 224.73º degrees, saturation: 0.89, lightness: 0.24%. HSV value (or HSB Brightness) of color is 0.46% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #072375 is Cyan = 0.94, Magento = 0.70, Yellow = 0 and Black (K on CMYK) = 0.54.
Color convert
| RGB | 7 | 35 | 117 | - |
| CMYK | 0.94 | 0.70 | 0 | 0.54 |
| HSL | 224.73º | 0.89% | 0.24% | - |
| HSV(B) | 224.73º | 0.94% | 0.46% | - |
| XYZ | 3.9 | 2.53 | 17.11 | - |
| YUV | 35.98 | 173.72 | 107.33 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 7 | 35 | 117 | 0.94 | 0.70 | 0 | 0.54 | 224.73 | 0.89 | 0.24 |
| Hex | 7 | 23 | 75 | 5E | 46 | 0 | 36 | E1 | 59 | 18 |
| Octal | 7 | 43 | 165 | 136 | 106 | 0 | 66 | 341 | 131 | 30 |
| Binary | 111 | 100011 | 1110101 | 1011110 | 1000110 | 0 | 110110 | 11100001 | 1011001 | 11000 |
Color Harmonies of #072375
Complementary color
Monochromatic Colors of #072375
Black with #072375
Text Example
Text Example
White with #072375
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #072375; }
p { color: rgb(7,35,117); }
H1.HeaderClassName
{
color: #072375;
}
.AnyTagClassName
{
color: #072375;
}
</style>
background-color css
<style>
a { background-color: #072375; }
a { background-color: rgb(7,35,117); }
div.DivClassName
{
background-color: #072375;
}
.BgClassName
{
background-color: #072375;
}
</style>
border-color css
<style>
span { border-color: #072375; }
span { border-color: rgb(7,35,117); }
td.TdClassName
{
border-color: #072375;
}
.TagClassName
{
border-color: #072375;
}
</style>