Shades of Sapphire #07176A
Tints of Sapphire #07176A
RGB
CMYK
RGB Variations
Color information
#07176A (or 0x07176A) is known color: Sapphire. HEX triplet: 07, 17 and 6A. RGB value is (7,23,106). Sum of RGB (Red+Green+Blue) = 7+23+106=136 (18% of max value = 765). Red value is 7 (3.12% from 255 or 5.15% from 136); Green value is 23 (9.38% from 255 or 16.91% from 136); Blue value is 106 (41.80% from 255 or 77.94% from 136); Max value from RGB is 106 - color contains mainly: blue. Hex color #07176A is not a web safe color. Web safe color analog (approx): #000066. Inversed color of #07176A is #F8E895. Grayscale: #1B1B1B. Windows color (decimal): -16312470 or 6952711. OLE color: 6952711.
HSL color Cylindrical-coordinate representation of color #07176A: hue angle of 230.3º degrees, saturation: 0.88, lightness: 0.22%. HSV value (or HSB Brightness) of color is 0.42% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #07176A is Cyan = 0.93, Magento = 0.78, Yellow = 0 and Black (K on CMYK) = 0.58.
Color convert
| RGB | 7 | 23 | 106 | - |
| CMYK | 0.93 | 0.78 | 0 | 0.58 |
| HSL | 230.3º | 0.88% | 0.22% | - |
| HSV(B) | 230.3º | 0.93% | 0.42% | - |
| XYZ | 3 | 1.7 | 13.81 | - |
| YUV | 27.68 | 172.2 | 113.25 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 7 | 23 | 106 | 0.93 | 0.78 | 0 | 0.58 | 230.3 | 0.88 | 0.22 |
| Hex | 7 | 17 | 6A | 5D | 4E | 0 | 3A | E6 | 58 | 16 |
| Octal | 7 | 27 | 152 | 135 | 116 | 0 | 72 | 346 | 130 | 26 |
| Binary | 111 | 10111 | 1101010 | 1011101 | 1001110 | 0 | 111010 | 11100110 | 1011000 | 10110 |
Color Harmonies of #07176A
Complementary color
Monochromatic Colors of #07176A
Black with #07176A
Text Example
Text Example
White with #07176A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #07176A; }
p { color: rgb(7,23,106); }
H1.HeaderClassName
{
color: #07176A;
}
.AnyTagClassName
{
color: #07176A;
}
</style>
background-color css
<style>
a { background-color: #07176A; }
a { background-color: rgb(7,23,106); }
div.DivClassName
{
background-color: #07176A;
}
.BgClassName
{
background-color: #07176A;
}
</style>
border-color css
<style>
span { border-color: #07176A; }
span { border-color: rgb(7,23,106); }
td.TdClassName
{
border-color: #07176A;
}
.TagClassName
{
border-color: #07176A;
}
</style>