Shades of Sapphire #072357
Tints of Sapphire #072357
RGB
CMYK
RGB Variations
Color information
#072357 (or 0x072357) is known color: Sapphire. HEX triplet: 07, 23 and 57. RGB value is (7,35,87). Sum of RGB (Red+Green+Blue) = 7+35+87=129 (17% of max value = 765). Red value is 7 (3.12% from 255 or 5.43% from 129); Green value is 35 (14.06% from 255 or 27.13% from 129); Blue value is 87 (34.38% from 255 or 67.44% from 129); Max value from RGB is 87 - color contains mainly: blue. Hex color #072357 is not a web safe color. Web safe color analog (approx): #003366. Inversed color of #072357 is #F8DCA8. Grayscale: #202020. Windows color (decimal): -16309417 or 5710599. OLE color: 5710599.
HSL color Cylindrical-coordinate representation of color #072357: hue angle of 219º 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 #072357 is Cyan = 0.92, Magento = 0.60, Yellow = 0 and Black (K on CMYK) = 0.66.
Color convert
| RGB | 7 | 35 | 87 | - |
| CMYK | 0.92 | 0.60 | 0 | 0.66 |
| HSL | 219º | 0.85% | 0.18% | - |
| HSV(B) | 219º | 0.92% | 0.34% | - |
| XYZ | 2.41 | 1.94 | 9.26 | - |
| YUV | 32.56 | 158.72 | 109.77 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 7 | 35 | 87 | 0.92 | 0.60 | 0 | 0.66 | 219 | 0.85 | 0.18 |
| Hex | 7 | 23 | 57 | 5C | 3C | 0 | 42 | DB | 55 | 12 |
| Octal | 7 | 43 | 127 | 134 | 74 | 0 | 102 | 333 | 125 | 22 |
| Binary | 111 | 100011 | 1010111 | 1011100 | 111100 | 0 | 1000010 | 11011011 | 1010101 | 10010 |
Color Harmonies of #072357
Complementary color
Monochromatic Colors of #072357
Black with #072357
Text Example
Text Example
White with #072357
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #072357; }
p { color: rgb(7,35,87); }
H1.HeaderClassName
{
color: #072357;
}
.AnyTagClassName
{
color: #072357;
}
</style>
background-color css
<style>
a { background-color: #072357; }
a { background-color: rgb(7,35,87); }
div.DivClassName
{
background-color: #072357;
}
.BgClassName
{
background-color: #072357;
}
</style>
border-color css
<style>
span { border-color: #072357; }
span { border-color: rgb(7,35,87); }
td.TdClassName
{
border-color: #072357;
}
.TagClassName
{
border-color: #072357;
}
</style>