Shades of Sapphire #072474
Tints of Sapphire #072474
RGB
CMYK
RGB Variations
Color information
#072474 (or 0x072474) is known color: Sapphire. HEX triplet: 07, 24 and 74. RGB value is (7,36,116). Sum of RGB (Red+Green+Blue) = 7+36+116=159 (21% of max value = 765). Red value is 7 (3.12% from 255 or 4.40% from 159); Green value is 36 (14.45% from 255 or 22.64% from 159); Blue value is 116 (45.70% from 255 or 72.96% from 159); Max value from RGB is 116 - color contains mainly: blue. Hex color #072474 is not a web safe color. Web safe color analog (approx): #003366. Inversed color of #072474 is #F8DB8B. Grayscale: #242424. Windows color (decimal): -16309132 or 7611399. OLE color: 7611399.
HSL color Cylindrical-coordinate representation of color #072474: hue angle of 224.04º 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 #072474 is Cyan = 0.94, Magento = 0.69, Yellow = 0 and Black (K on CMYK) = 0.55.
Color convert
| RGB | 7 | 36 | 116 | - |
| CMYK | 0.94 | 0.69 | 0 | 0.55 |
| HSL | 224.04º | 0.89% | 0.24% | - |
| HSV(B) | 224.04º | 0.94% | 0.45% | - |
| XYZ | 3.87 | 2.57 | 16.81 | - |
| YUV | 36.45 | 172.89 | 107 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 7 | 36 | 116 | 0.94 | 0.69 | 0 | 0.55 | 224.04 | 0.89 | 0.24 |
| Hex | 7 | 24 | 74 | 5E | 45 | 0 | 37 | E0 | 59 | 18 |
| Octal | 7 | 44 | 164 | 136 | 105 | 0 | 67 | 340 | 131 | 30 |
| Binary | 111 | 100100 | 1110100 | 1011110 | 1000101 | 0 | 110111 | 11100000 | 1011001 | 11000 |
Color Harmonies of #072474
Complementary color
Monochromatic Colors of #072474
Black with #072474
Text Example
Text Example
White with #072474
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #072474; }
p { color: rgb(7,36,116); }
H1.HeaderClassName
{
color: #072474;
}
.AnyTagClassName
{
color: #072474;
}
</style>
background-color css
<style>
a { background-color: #072474; }
a { background-color: rgb(7,36,116); }
div.DivClassName
{
background-color: #072474;
}
.BgClassName
{
background-color: #072474;
}
</style>
border-color css
<style>
span { border-color: #072474; }
span { border-color: rgb(7,36,116); }
td.TdClassName
{
border-color: #072474;
}
.TagClassName
{
border-color: #072474;
}
</style>