Shades of Sapphire #072350
Tints of Sapphire #072350
RGB
CMYK
RGB Variations
Color information
#072350 (or 0x072350) is known color: Sapphire. HEX triplet: 07, 23 and 50. RGB value is (7,35,80). Sum of RGB (Red+Green+Blue) = 7+35+80=122 (16% of max value = 765). Red value is 7 (3.12% from 255 or 5.74% from 122); Green value is 35 (14.06% from 255 or 28.69% from 122); Blue value is 80 (31.64% from 255 or 65.57% from 122); Max value from RGB is 80 - color contains mainly: blue. Hex color #072350 is not a web safe color. Web safe color analog (approx): #003366. Inversed color of #072350 is #F8DCAF. Grayscale: #1F1F1F. Windows color (decimal): -16309424 or 5251847. OLE color: 5251847.
HSL color Cylindrical-coordinate representation of color #072350: hue angle of 216.99º degrees, saturation: 0.84, lightness: 0.17%. HSV value (or HSB Brightness) of color is 0.31% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #072350 is Cyan = 0.91, Magento = 0.56, Yellow = 0 and Black (K on CMYK) = 0.69.
Color convert
| RGB | 7 | 35 | 80 | - |
| CMYK | 0.91 | 0.56 | 0 | 0.69 |
| HSL | 216.99º | 0.84% | 0.17% | - |
| HSV(B) | 216.99º | 0.91% | 0.31% | - |
| XYZ | 2.14 | 1.83 | 7.83 | - |
| YUV | 31.76 | 155.22 | 110.34 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 7 | 35 | 80 | 0.91 | 0.56 | 0 | 0.69 | 216.99 | 0.84 | 0.17 |
| Hex | 7 | 23 | 50 | 5B | 38 | 0 | 45 | D9 | 54 | 11 |
| Octal | 7 | 43 | 120 | 133 | 70 | 0 | 105 | 331 | 124 | 21 |
| Binary | 111 | 100011 | 1010000 | 1011011 | 111000 | 0 | 1000101 | 11011001 | 1010100 | 10001 |
Color Harmonies of #072350
Complementary color
Monochromatic Colors of #072350
Black with #072350
Text Example
Text Example
White with #072350
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #072350; }
p { color: rgb(7,35,80); }
H1.HeaderClassName
{
color: #072350;
}
.AnyTagClassName
{
color: #072350;
}
</style>
background-color css
<style>
a { background-color: #072350; }
a { background-color: rgb(7,35,80); }
div.DivClassName
{
background-color: #072350;
}
.BgClassName
{
background-color: #072350;
}
</style>
border-color css
<style>
span { border-color: #072350; }
span { border-color: rgb(7,35,80); }
td.TdClassName
{
border-color: #072350;
}
.TagClassName
{
border-color: #072350;
}
</style>