Shades of Sapphire #072757
Tints of Sapphire #072757
RGB
CMYK
RGB Variations
Color information
#072757 (or 0x072757) is known color: Sapphire. HEX triplet: 07, 27 and 57. RGB value is (7,39,87). Sum of RGB (Red+Green+Blue) = 7+39+87=133 (17% of max value = 765). Red value is 7 (3.12% from 255 or 5.26% from 133); Green value is 39 (15.62% from 255 or 29.32% from 133); Blue value is 87 (34.38% from 255 or 65.41% from 133); Max value from RGB is 87 - color contains mainly: blue. Hex color #072757 is not a web safe color. Web safe color analog (approx): #003366. Inversed color of #072757 is #F8D8A8. Grayscale: #222222. Windows color (decimal): -16308393 or 5711623. OLE color: 5711623.
HSL color Cylindrical-coordinate representation of color #072757: hue angle of 216º degrees, saturation: 0.85, lightness: 0.18%. HSV value (or HSB Brightness) of color is 0.34% and HSV saturation: 0.92%. Process color model (Four color, CMYK) of #072757 is Cyan = 0.92, Magento = 0.55, Yellow = 0 and Black (K on CMYK) = 0.66.
Color convert
| RGB | 7 | 39 | 87 | - |
| CMYK | 0.92 | 0.55 | 0 | 0.66 |
| HSL | 216º | 0.85% | 0.18% | - |
| HSV(B) | 216º | 0.92% | 0.34% | - |
| XYZ | 2.53 | 2.18 | 9.3 | - |
| YUV | 34.9 | 157.4 | 108.1 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 7 | 39 | 87 | 0.92 | 0.55 | 0 | 0.66 | 216 | 0.85 | 0.18 |
| Hex | 7 | 27 | 57 | 5C | 37 | 0 | 42 | D8 | 55 | 12 |
| Octal | 7 | 47 | 127 | 134 | 67 | 0 | 102 | 330 | 125 | 22 |
| Binary | 111 | 100111 | 1010111 | 1011100 | 110111 | 0 | 1000010 | 11011000 | 1010101 | 10010 |
Color Harmonies of #072757
Complementary color
Monochromatic Colors of #072757
Black with #072757
Text Example
Text Example
White with #072757
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #072757; }
p { color: rgb(7,39,87); }
H1.HeaderClassName
{
color: #072757;
}
.AnyTagClassName
{
color: #072757;
}
</style>
background-color css
<style>
a { background-color: #072757; }
a { background-color: rgb(7,39,87); }
div.DivClassName
{
background-color: #072757;
}
.BgClassName
{
background-color: #072757;
}
</style>
border-color css
<style>
span { border-color: #072757; }
span { border-color: rgb(7,39,87); }
td.TdClassName
{
border-color: #072757;
}
.TagClassName
{
border-color: #072757;
}
</style>