Shades of Sapphire #07175D
Tints of Sapphire #07175D
RGB
CMYK
RGB Variations
Color information
#07175D (or 0x07175D) is known color: Sapphire. HEX triplet: 07, 17 and 5D. RGB value is (7,23,93). Sum of RGB (Red+Green+Blue) = 7+23+93=123 (16% of max value = 765). Red value is 7 (3.12% from 255 or 5.69% from 123); Green value is 23 (9.38% from 255 or 18.70% from 123); Blue value is 93 (36.72% from 255 or 75.61% from 123); Max value from RGB is 93 - color contains mainly: blue. Hex color #07175D is not a web safe color. Web safe color analog (approx): #000066. Inversed color of #07175D is #F8E8A2. Grayscale: #191919. Windows color (decimal): -16312483 or 6100743. OLE color: 6100743.
HSL color Cylindrical-coordinate representation of color #07175D: hue angle of 228.84º degrees, saturation: 0.86, lightness: 0.2%. HSV value (or HSB Brightness) of color is 0.36% and HSV saturation: 0.92%. Process color model (Four color, CMYK) of #07175D is Cyan = 0.92, Magento = 0.75, Yellow = 0 and Black (K on CMYK) = 0.64.
Color convert
| RGB | 7 | 23 | 93 | - |
| CMYK | 0.92 | 0.75 | 0 | 0.64 |
| HSL | 228.84º | 0.86% | 0.2% | - |
| HSV(B) | 228.84º | 0.92% | 0.36% | - |
| XYZ | 2.37 | 1.45 | 10.51 | - |
| YUV | 26.2 | 165.7 | 114.31 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 7 | 23 | 93 | 0.92 | 0.75 | 0 | 0.64 | 228.84 | 0.86 | 0.2 |
| Hex | 7 | 17 | 5D | 5C | 4B | 0 | 40 | E5 | 56 | 14 |
| Octal | 7 | 27 | 135 | 134 | 113 | 0 | 100 | 345 | 126 | 24 |
| Binary | 111 | 10111 | 1011101 | 1011100 | 1001011 | 0 | 1000000 | 11100101 | 1010110 | 10100 |
Color Harmonies of #07175D
Complementary color
Monochromatic Colors of #07175D
Black with #07175D
Text Example
Text Example
White with #07175D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #07175D; }
p { color: rgb(7,23,93); }
H1.HeaderClassName
{
color: #07175D;
}
.AnyTagClassName
{
color: #07175D;
}
</style>
background-color css
<style>
a { background-color: #07175D; }
a { background-color: rgb(7,23,93); }
div.DivClassName
{
background-color: #07175D;
}
.BgClassName
{
background-color: #07175D;
}
</style>
border-color css
<style>
span { border-color: #07175D; }
span { border-color: rgb(7,23,93); }
td.TdClassName
{
border-color: #07175D;
}
.TagClassName
{
border-color: #07175D;
}
</style>