Shades of Sapphire #072374
Tints of Sapphire #072374
RGB
CMYK
RGB Variations
Color information
#072374 (or 0x072374) is known color: Sapphire. HEX triplet: 07, 23 and 74. RGB value is (7,35,116). Sum of RGB (Red+Green+Blue) = 7+35+116=158 (20% of max value = 765). Red value is 7 (3.12% from 255 or 4.43% from 158); Green value is 35 (14.06% from 255 or 22.15% from 158); Blue value is 116 (45.70% from 255 or 73.42% from 158); Max value from RGB is 116 - color contains mainly: blue. Hex color #072374 is not a web safe color. Web safe color analog (approx): #003366. Inversed color of #072374 is #F8DC8B. Grayscale: #232323. Windows color (decimal): -16309388 or 7611143. OLE color: 7611143.
HSL color Cylindrical-coordinate representation of color #072374: hue angle of 224.59º degrees, saturation: 0.89, lightness: 0.24%. HSV value (or HSB Brightness) of color is 0.45% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #072374 is Cyan = 0.94, Magento = 0.70, Yellow = 0 and Black (K on CMYK) = 0.55.
Color convert
| RGB | 7 | 35 | 116 | - |
| CMYK | 0.94 | 0.70 | 0 | 0.55 |
| HSL | 224.59º | 0.89% | 0.24% | - |
| HSV(B) | 224.59º | 0.94% | 0.45% | - |
| XYZ | 3.84 | 2.51 | 16.8 | - |
| YUV | 35.86 | 173.22 | 107.41 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 7 | 35 | 116 | 0.94 | 0.70 | 0 | 0.55 | 224.59 | 0.89 | 0.24 |
| Hex | 7 | 23 | 74 | 5E | 46 | 0 | 37 | E1 | 59 | 18 |
| Octal | 7 | 43 | 164 | 136 | 106 | 0 | 67 | 341 | 131 | 30 |
| Binary | 111 | 100011 | 1110100 | 1011110 | 1000110 | 0 | 110111 | 11100001 | 1011001 | 11000 |
Color Harmonies of #072374
Complementary color
Monochromatic Colors of #072374
Black with #072374
Text Example
Text Example
White with #072374
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #072374; }
p { color: rgb(7,35,116); }
H1.HeaderClassName
{
color: #072374;
}
.AnyTagClassName
{
color: #072374;
}
</style>
background-color css
<style>
a { background-color: #072374; }
a { background-color: rgb(7,35,116); }
div.DivClassName
{
background-color: #072374;
}
.BgClassName
{
background-color: #072374;
}
</style>
border-color css
<style>
span { border-color: #072374; }
span { border-color: rgb(7,35,116); }
td.TdClassName
{
border-color: #072374;
}
.TagClassName
{
border-color: #072374;
}
</style>