Shades of Sapphire #072257
Tints of Sapphire #072257
RGB
CMYK
RGB Variations
Color information
#072257 (or 0x072257) is known color: Sapphire. HEX triplet: 07, 22 and 57. RGB value is (7,34,87). Sum of RGB (Red+Green+Blue) = 7+34+87=128 (16% of max value = 765). Red value is 7 (3.12% from 255 or 5.47% from 128); Green value is 34 (13.67% from 255 or 26.56% from 128); Blue value is 87 (34.38% from 255 or 67.97% from 128); Max value from RGB is 87 - color contains mainly: blue. Hex color #072257 is not a web safe color. Web safe color analog (approx): #003366. Inversed color of #072257 is #F8DDA8. Grayscale: #1F1F1F. Windows color (decimal): -16309673 or 5710343. OLE color: 5710343.
HSL color Cylindrical-coordinate representation of color #072257: hue angle of 219.75º 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 #072257 is Cyan = 0.92, Magento = 0.61, Yellow = 0 and Black (K on CMYK) = 0.66.
Color convert
| RGB | 7 | 34 | 87 | - |
| CMYK | 0.92 | 0.61 | 0 | 0.66 |
| HSL | 219.75º | 0.85% | 0.18% | - |
| HSV(B) | 219.75º | 0.92% | 0.34% | - |
| XYZ | 2.38 | 1.88 | 9.25 | - |
| YUV | 31.97 | 159.05 | 110.19 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 7 | 34 | 87 | 0.92 | 0.61 | 0 | 0.66 | 219.75 | 0.85 | 0.18 |
| Hex | 7 | 22 | 57 | 5C | 3D | 0 | 42 | DC | 55 | 12 |
| Octal | 7 | 42 | 127 | 134 | 75 | 0 | 102 | 334 | 125 | 22 |
| Binary | 111 | 100010 | 1010111 | 1011100 | 111101 | 0 | 1000010 | 11011100 | 1010101 | 10010 |
Color Harmonies of #072257
Complementary color
Monochromatic Colors of #072257
Black with #072257
Text Example
Text Example
White with #072257
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #072257; }
p { color: rgb(7,34,87); }
H1.HeaderClassName
{
color: #072257;
}
.AnyTagClassName
{
color: #072257;
}
</style>
background-color css
<style>
a { background-color: #072257; }
a { background-color: rgb(7,34,87); }
div.DivClassName
{
background-color: #072257;
}
.BgClassName
{
background-color: #072257;
}
</style>
border-color css
<style>
span { border-color: #072257; }
span { border-color: rgb(7,34,87); }
td.TdClassName
{
border-color: #072257;
}
.TagClassName
{
border-color: #072257;
}
</style>