Shades of Sapphire #072662
Tints of Sapphire #072662
RGB
CMYK
RGB Variations
Color information
#072662 (or 0x072662) is known color: Sapphire. HEX triplet: 07, 26 and 62. RGB value is (7,38,98). Sum of RGB (Red+Green+Blue) = 7+38+98=143 (18% of max value = 765). Red value is 7 (3.12% from 255 or 4.90% from 143); Green value is 38 (15.23% from 255 or 26.57% from 143); Blue value is 98 (38.67% from 255 or 68.53% from 143); Max value from RGB is 98 - color contains mainly: blue. Hex color #072662 is not a web safe color. Web safe color analog (approx): #003366. Inversed color of #072662 is #F8D99D. Grayscale: #232323. Windows color (decimal): -16308638 or 6432263. OLE color: 6432263.
HSL color Cylindrical-coordinate representation of color #072662: hue angle of 219.56º degrees, saturation: 0.87, lightness: 0.21%. HSV value (or HSB Brightness) of color is 0.38% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #072662 is Cyan = 0.93, Magento = 0.61, Yellow = 0 and Black (K on CMYK) = 0.62.
Color convert
| RGB | 7 | 38 | 98 | - |
| CMYK | 0.93 | 0.61 | 0 | 0.62 |
| HSL | 219.56º | 0.87% | 0.21% | - |
| HSV(B) | 219.56º | 0.93% | 0.38% | - |
| XYZ | 2.99 | 2.31 | 11.84 | - |
| YUV | 35.57 | 163.23 | 107.62 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 7 | 38 | 98 | 0.93 | 0.61 | 0 | 0.62 | 219.56 | 0.87 | 0.21 |
| Hex | 7 | 26 | 62 | 5D | 3D | 0 | 3E | DC | 57 | 15 |
| Octal | 7 | 46 | 142 | 135 | 75 | 0 | 76 | 334 | 127 | 25 |
| Binary | 111 | 100110 | 1100010 | 1011101 | 111101 | 0 | 111110 | 11011100 | 1010111 | 10101 |
Color Harmonies of #072662
Complementary color
Monochromatic Colors of #072662
Black with #072662
Text Example
Text Example
White with #072662
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #072662; }
p { color: rgb(7,38,98); }
H1.HeaderClassName
{
color: #072662;
}
.AnyTagClassName
{
color: #072662;
}
</style>
background-color css
<style>
a { background-color: #072662; }
a { background-color: rgb(7,38,98); }
div.DivClassName
{
background-color: #072662;
}
.BgClassName
{
background-color: #072662;
}
</style>
border-color css
<style>
span { border-color: #072662; }
span { border-color: rgb(7,38,98); }
td.TdClassName
{
border-color: #072662;
}
.TagClassName
{
border-color: #072662;
}
</style>