Shades of Sapphire #072A5F
Tints of Sapphire #072A5F
RGB
CMYK
RGB Variations
Color information
#072A5F (or 0x072A5F) is known color: Sapphire. HEX triplet: 07, 2A and 5F. RGB value is (7,42,95). Sum of RGB (Red+Green+Blue) = 7+42+95=144 (19% of max value = 765). Red value is 7 (3.12% from 255 or 4.86% from 144); Green value is 42 (16.80% from 255 or 29.17% from 144); Blue value is 95 (37.5% from 255 or 65.97% from 144); Max value from RGB is 95 - color contains mainly: blue. Hex color #072A5F is not a web safe color. Web safe color analog (approx): #003366. Inversed color of #072A5F is #F8D5A0. Grayscale: #252525. Windows color (decimal): -16307617 or 6236679. OLE color: 6236679.
HSL color Cylindrical-coordinate representation of color #072A5F: hue angle of 216.14º degrees, saturation: 0.86, lightness: 0.2%. HSV value (or HSB Brightness) of color is 0.37% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #072A5F is Cyan = 0.93, Magento = 0.56, Yellow = 0 and Black (K on CMYK) = 0.63.
Color convert
| RGB | 7 | 42 | 95 | - |
| CMYK | 0.93 | 0.56 | 0 | 0.63 |
| HSL | 216.14º | 0.86% | 0.2% | - |
| HSV(B) | 216.14º | 0.93% | 0.37% | - |
| XYZ | 2.98 | 2.53 | 11.16 | - |
| YUV | 37.58 | 160.4 | 106.19 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 7 | 42 | 95 | 0.93 | 0.56 | 0 | 0.63 | 216.14 | 0.86 | 0.2 |
| Hex | 7 | 2A | 5F | 5D | 38 | 0 | 3F | D8 | 56 | 14 |
| Octal | 7 | 52 | 137 | 135 | 70 | 0 | 77 | 330 | 126 | 24 |
| Binary | 111 | 101010 | 1011111 | 1011101 | 111000 | 0 | 111111 | 11011000 | 1010110 | 10100 |
Color Harmonies of #072A5F
Complementary color
Monochromatic Colors of #072A5F
Black with #072A5F
Text Example
Text Example
White with #072A5F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #072A5F; }
p { color: rgb(7,42,95); }
H1.HeaderClassName
{
color: #072A5F;
}
.AnyTagClassName
{
color: #072A5F;
}
</style>
background-color css
<style>
a { background-color: #072A5F; }
a { background-color: rgb(7,42,95); }
div.DivClassName
{
background-color: #072A5F;
}
.BgClassName
{
background-color: #072A5F;
}
</style>
border-color css
<style>
span { border-color: #072A5F; }
span { border-color: rgb(7,42,95); }
td.TdClassName
{
border-color: #072A5F;
}
.TagClassName
{
border-color: #072A5F;
}
</style>