Shades of Sapphire #072A62
Tints of Sapphire #072A62
RGB
CMYK
RGB Variations
Color information
#072A62 (or 0x072A62) is known color: Sapphire. HEX triplet: 07, 2A and 62. RGB value is (7,42,98). Sum of RGB (Red+Green+Blue) = 7+42+98=147 (19% of max value = 765). Red value is 7 (3.12% from 255 or 4.76% from 147); Green value is 42 (16.80% from 255 or 28.57% from 147); Blue value is 98 (38.67% from 255 or 66.67% from 147); Max value from RGB is 98 - color contains mainly: blue. Hex color #072A62 is not a web safe color. Web safe color analog (approx): #003366. Inversed color of #072A62 is #F8D59D. Grayscale: #252525. Windows color (decimal): -16307614 or 6433287. OLE color: 6433287.
HSL color Cylindrical-coordinate representation of color #072A62: hue angle of 216.92º degrees, saturation: 0.87, lightness: 0.21%. HSV value (or HSB Brightness) of color is 0.38% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #072A62 is Cyan = 0.93, Magento = 0.57, Yellow = 0 and Black (K on CMYK) = 0.62.
Color convert
| RGB | 7 | 42 | 98 | - |
| CMYK | 0.93 | 0.57 | 0 | 0.62 |
| HSL | 216.92º | 0.87% | 0.21% | - |
| HSV(B) | 216.92º | 0.93% | 0.38% | - |
| XYZ | 3.12 | 2.58 | 11.89 | - |
| YUV | 37.92 | 161.9 | 105.95 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 7 | 42 | 98 | 0.93 | 0.57 | 0 | 0.62 | 216.92 | 0.87 | 0.21 |
| Hex | 7 | 2A | 62 | 5D | 39 | 0 | 3E | D9 | 57 | 15 |
| Octal | 7 | 52 | 142 | 135 | 71 | 0 | 76 | 331 | 127 | 25 |
| Binary | 111 | 101010 | 1100010 | 1011101 | 111001 | 0 | 111110 | 11011001 | 1010111 | 10101 |
Color Harmonies of #072A62
Complementary color
Monochromatic Colors of #072A62
Black with #072A62
Text Example
Text Example
White with #072A62
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #072A62; }
p { color: rgb(7,42,98); }
H1.HeaderClassName
{
color: #072A62;
}
.AnyTagClassName
{
color: #072A62;
}
</style>
background-color css
<style>
a { background-color: #072A62; }
a { background-color: rgb(7,42,98); }
div.DivClassName
{
background-color: #072A62;
}
.BgClassName
{
background-color: #072A62;
}
</style>
border-color css
<style>
span { border-color: #072A62; }
span { border-color: rgb(7,42,98); }
td.TdClassName
{
border-color: #072A62;
}
.TagClassName
{
border-color: #072A62;
}
</style>