Shades of Sapphire #07175E
Tints of Sapphire #07175E
RGB
CMYK
RGB Variations
Color information
#07175E (or 0x07175E) is known color: Sapphire. HEX triplet: 07, 17 and 5E. RGB value is (7,23,94). Sum of RGB (Red+Green+Blue) = 7+23+94=124 (16% of max value = 765). Red value is 7 (3.12% from 255 or 5.65% from 124); Green value is 23 (9.38% from 255 or 18.55% from 124); Blue value is 94 (37.11% from 255 or 75.81% from 124); Max value from RGB is 94 - color contains mainly: blue. Hex color #07175E is not a web safe color. Web safe color analog (approx): #000066. Inversed color of #07175E is #F8E8A1. Grayscale: #1A1A1A. Windows color (decimal): -16312482 or 6166279. OLE color: 6166279.
HSL color Cylindrical-coordinate representation of color #07175E: hue angle of 228.97º degrees, saturation: 0.86, lightness: 0.2%. HSV value (or HSB Brightness) of color is 0.37% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #07175E is Cyan = 0.93, Magento = 0.76, Yellow = 0 and Black (K on CMYK) = 0.63.
Color convert
| RGB | 7 | 23 | 94 | - |
| CMYK | 0.93 | 0.76 | 0 | 0.63 |
| HSL | 228.97º | 0.86% | 0.2% | - |
| HSV(B) | 228.97º | 0.93% | 0.37% | - |
| XYZ | 2.41 | 1.47 | 10.75 | - |
| YUV | 26.31 | 166.2 | 114.23 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 7 | 23 | 94 | 0.93 | 0.76 | 0 | 0.63 | 228.97 | 0.86 | 0.2 |
| Hex | 7 | 17 | 5E | 5D | 4C | 0 | 3F | E5 | 56 | 14 |
| Octal | 7 | 27 | 136 | 135 | 114 | 0 | 77 | 345 | 126 | 24 |
| Binary | 111 | 10111 | 1011110 | 1011101 | 1001100 | 0 | 111111 | 11100101 | 1010110 | 10100 |
Color Harmonies of #07175E
Complementary color
Monochromatic Colors of #07175E
Black with #07175E
Text Example
Text Example
White with #07175E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #07175E; }
p { color: rgb(7,23,94); }
H1.HeaderClassName
{
color: #07175E;
}
.AnyTagClassName
{
color: #07175E;
}
</style>
background-color css
<style>
a { background-color: #07175E; }
a { background-color: rgb(7,23,94); }
div.DivClassName
{
background-color: #07175E;
}
.BgClassName
{
background-color: #07175E;
}
</style>
border-color css
<style>
span { border-color: #07175E; }
span { border-color: rgb(7,23,94); }
td.TdClassName
{
border-color: #07175E;
}
.TagClassName
{
border-color: #07175E;
}
</style>