Shades of Sapphire #072663
Tints of Sapphire #072663
RGB
CMYK
RGB Variations
Color information
#072663 (or 0x072663) is known color: Sapphire. HEX triplet: 07, 26 and 63. RGB value is (7,38,99). Sum of RGB (Red+Green+Blue) = 7+38+99=144 (19% of max value = 765). Red value is 7 (3.12% from 255 or 4.86% from 144); Green value is 38 (15.23% from 255 or 26.39% from 144); Blue value is 99 (39.06% from 255 or 68.75% from 144); Max value from RGB is 99 - color contains mainly: blue. Hex color #072663 is not a web safe color. Web safe color analog (approx): #003366. Inversed color of #072663 is #F8D99C. Grayscale: #232323. Windows color (decimal): -16308637 or 6497799. OLE color: 6497799.
HSL color Cylindrical-coordinate representation of color #072663: hue angle of 219.78º degrees, saturation: 0.87, lightness: 0.21%. HSV value (or HSB Brightness) of color is 0.39% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #072663 is Cyan = 0.93, Magento = 0.62, Yellow = 0 and Black (K on CMYK) = 0.61.
Color convert
| RGB | 7 | 38 | 99 | - |
| CMYK | 0.93 | 0.62 | 0 | 0.61 |
| HSL | 219.78º | 0.87% | 0.21% | - |
| HSV(B) | 219.78º | 0.93% | 0.39% | - |
| XYZ | 3.03 | 2.33 | 12.09 | - |
| YUV | 35.69 | 163.73 | 107.54 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 7 | 38 | 99 | 0.93 | 0.62 | 0 | 0.61 | 219.78 | 0.87 | 0.21 |
| Hex | 7 | 26 | 63 | 5D | 3E | 0 | 3D | DC | 57 | 15 |
| Octal | 7 | 46 | 143 | 135 | 76 | 0 | 75 | 334 | 127 | 25 |
| Binary | 111 | 100110 | 1100011 | 1011101 | 111110 | 0 | 111101 | 11011100 | 1010111 | 10101 |
Color Harmonies of #072663
Complementary color
Monochromatic Colors of #072663
Black with #072663
Text Example
Text Example
White with #072663
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #072663; }
p { color: rgb(7,38,99); }
H1.HeaderClassName
{
color: #072663;
}
.AnyTagClassName
{
color: #072663;
}
</style>
background-color css
<style>
a { background-color: #072663; }
a { background-color: rgb(7,38,99); }
div.DivClassName
{
background-color: #072663;
}
.BgClassName
{
background-color: #072663;
}
</style>
border-color css
<style>
span { border-color: #072663; }
span { border-color: rgb(7,38,99); }
td.TdClassName
{
border-color: #072663;
}
.TagClassName
{
border-color: #072663;
}
</style>