Shades of Sapphire #07175C
Tints of Sapphire #07175C
RGB
CMYK
RGB Variations
Color information
#07175C (or 0x07175C) is known color: Sapphire. HEX triplet: 07, 17 and 5C. RGB value is (7,23,92). Sum of RGB (Red+Green+Blue) = 7+23+92=122 (16% of max value = 765). Red value is 7 (3.12% from 255 or 5.74% from 122); Green value is 23 (9.38% from 255 or 18.85% from 122); Blue value is 92 (36.33% from 255 or 75.41% from 122); Max value from RGB is 92 - color contains mainly: blue. Hex color #07175C is not a web safe color. Web safe color analog (approx): #000066. Inversed color of #07175C is #F8E8A3. Grayscale: #191919. Windows color (decimal): -16312484 or 6035207. OLE color: 6035207.
HSL color Cylindrical-coordinate representation of color #07175C: hue angle of 228.71º degrees, saturation: 0.86, lightness: 0.19%. HSV value (or HSB Brightness) of color is 0.36% and HSV saturation: 0.92%. Process color model (Four color, CMYK) of #07175C is Cyan = 0.92, Magento = 0.75, Yellow = 0 and Black (K on CMYK) = 0.64.
Color convert
| RGB | 7 | 23 | 92 | - |
| CMYK | 0.92 | 0.75 | 0 | 0.64 |
| HSL | 228.71º | 0.86% | 0.19% | - |
| HSV(B) | 228.71º | 0.92% | 0.36% | - |
| XYZ | 2.33 | 1.43 | 10.28 | - |
| YUV | 26.08 | 165.2 | 114.39 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 7 | 23 | 92 | 0.92 | 0.75 | 0 | 0.64 | 228.71 | 0.86 | 0.19 |
| Hex | 7 | 17 | 5C | 5C | 4B | 0 | 40 | E5 | 56 | 13 |
| Octal | 7 | 27 | 134 | 134 | 113 | 0 | 100 | 345 | 126 | 23 |
| Binary | 111 | 10111 | 1011100 | 1011100 | 1001011 | 0 | 1000000 | 11100101 | 1010110 | 10011 |
Color Harmonies of #07175C
Complementary color
Monochromatic Colors of #07175C
Black with #07175C
Text Example
Text Example
White with #07175C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #07175C; }
p { color: rgb(7,23,92); }
H1.HeaderClassName
{
color: #07175C;
}
.AnyTagClassName
{
color: #07175C;
}
</style>
background-color css
<style>
a { background-color: #07175C; }
a { background-color: rgb(7,23,92); }
div.DivClassName
{
background-color: #07175C;
}
.BgClassName
{
background-color: #07175C;
}
</style>
border-color css
<style>
span { border-color: #07175C; }
span { border-color: rgb(7,23,92); }
td.TdClassName
{
border-color: #07175C;
}
.TagClassName
{
border-color: #07175C;
}
</style>