Shades of Sapphire #072574
Tints of Sapphire #072574
RGB
CMYK
RGB Variations
Color information
#072574 (or 0x072574) is known color: Sapphire. HEX triplet: 07, 25 and 74. RGB value is (7,37,116). Sum of RGB (Red+Green+Blue) = 7+37+116=160 (21% of max value = 765). Red value is 7 (3.12% from 255 or 4.38% from 160); Green value is 37 (14.84% from 255 or 23.12% from 160); Blue value is 116 (45.70% from 255 or 72.5% from 160); Max value from RGB is 116 - color contains mainly: blue. Hex color #072574 is not a web safe color. Web safe color analog (approx): #003366. Inversed color of #072574 is #F8DA8B. Grayscale: #242424. Windows color (decimal): -16308876 or 7611655. OLE color: 7611655.
HSL color Cylindrical-coordinate representation of color #072574: hue angle of 223.49º 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 #072574 is Cyan = 0.94, Magento = 0.68, Yellow = 0 and Black (K on CMYK) = 0.55.
Color convert
| RGB | 7 | 37 | 116 | - |
| CMYK | 0.94 | 0.68 | 0 | 0.55 |
| HSL | 223.49º | 0.89% | 0.24% | - |
| HSV(B) | 223.49º | 0.94% | 0.45% | - |
| XYZ | 3.9 | 2.63 | 16.82 | - |
| YUV | 37.04 | 172.56 | 106.58 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 7 | 37 | 116 | 0.94 | 0.68 | 0 | 0.55 | 223.49 | 0.89 | 0.24 |
| Hex | 7 | 25 | 74 | 5E | 44 | 0 | 37 | DF | 59 | 18 |
| Octal | 7 | 45 | 164 | 136 | 104 | 0 | 67 | 337 | 131 | 30 |
| Binary | 111 | 100101 | 1110100 | 1011110 | 1000100 | 0 | 110111 | 11011111 | 1011001 | 11000 |
Color Harmonies of #072574
Complementary color
Monochromatic Colors of #072574
Black with #072574
Text Example
Text Example
White with #072574
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #072574; }
p { color: rgb(7,37,116); }
H1.HeaderClassName
{
color: #072574;
}
.AnyTagClassName
{
color: #072574;
}
</style>
background-color css
<style>
a { background-color: #072574; }
a { background-color: rgb(7,37,116); }
div.DivClassName
{
background-color: #072574;
}
.BgClassName
{
background-color: #072574;
}
</style>
border-color css
<style>
span { border-color: #072574; }
span { border-color: rgb(7,37,116); }
td.TdClassName
{
border-color: #072574;
}
.TagClassName
{
border-color: #072574;
}
</style>