Shades of Sapphire #07164D
Tints of Sapphire #07164D
RGB
CMYK
RGB Variations
Color information
#07164D (or 0x07164D) is known color: Sapphire. HEX triplet: 07, 16 and 4D. RGB value is (7,22,77). Sum of RGB (Red+Green+Blue) = 7+22+77=106 (14% of max value = 765). Red value is 7 (3.12% from 255 or 6.60% from 106); Green value is 22 (8.98% from 255 or 20.75% from 106); Blue value is 77 (30.47% from 255 or 72.64% from 106); Max value from RGB is 77 - color contains mainly: blue. Hex color #07164D is not a web safe color. Web safe color analog (approx): #000066. Inversed color of #07164D is #F8E9B2. Grayscale: #171717. Windows color (decimal): -16312755 or 5051911. OLE color: 5051911.
HSL color Cylindrical-coordinate representation of color #07164D: hue angle of 227.14º degrees, saturation: 0.83, lightness: 0.16%. HSV value (or HSB Brightness) of color is 0.3% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #07164D is Cyan = 0.91, Magento = 0.71, Yellow = 0 and Black (K on CMYK) = 0.70.
Color convert
| RGB | 7 | 22 | 77 | - |
| CMYK | 0.91 | 0.71 | 0 | 0.70 |
| HSL | 227.14º | 0.83% | 0.16% | - |
| HSV(B) | 227.14º | 0.91% | 0.3% | - |
| XYZ | 1.71 | 1.15 | 7.15 | - |
| YUV | 23.79 | 158.03 | 116.03 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 7 | 22 | 77 | 0.91 | 0.71 | 0 | 0.70 | 227.14 | 0.83 | 0.16 |
| Hex | 7 | 16 | 4D | 5B | 47 | 0 | 46 | E3 | 53 | 10 |
| Octal | 7 | 26 | 115 | 133 | 107 | 0 | 106 | 343 | 123 | 20 |
| Binary | 111 | 10110 | 1001101 | 1011011 | 1000111 | 0 | 1000110 | 11100011 | 1010011 | 10000 |
Color Harmonies of #07164D
Complementary color
Monochromatic Colors of #07164D
Black with #07164D
Text Example
Text Example
White with #07164D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #07164D; }
p { color: rgb(7,22,77); }
H1.HeaderClassName
{
color: #07164D;
}
.AnyTagClassName
{
color: #07164D;
}
</style>
background-color css
<style>
a { background-color: #07164D; }
a { background-color: rgb(7,22,77); }
div.DivClassName
{
background-color: #07164D;
}
.BgClassName
{
background-color: #07164D;
}
</style>
border-color css
<style>
span { border-color: #07164D; }
span { border-color: rgb(7,22,77); }
td.TdClassName
{
border-color: #07164D;
}
.TagClassName
{
border-color: #07164D;
}
</style>