Shades of Neptune #719DA6
Tints of Neptune #719DA6
RGB
CMYK
RGB Variations
Color information
#719DA6 (or 0x719DA6) is known color: Neptune. HEX triplet: 71, 9D and A6. RGB value is (113,157,166). Sum of RGB (Red+Green+Blue) = 113+157+166=436 (57% of max value = 765). Red value is 113 (44.53% from 255 or 25.92% from 436); Green value is 157 (61.72% from 255 or 36.01% from 436); Blue value is 166 (65.23% from 255 or 38.07% from 436); Max value from RGB is 166 - color contains mainly: blue. Hex color #719DA6 is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #719DA6 is #8E6259. Grayscale: #909090. Windows color (decimal): -9331290 or 10919281. OLE color: 10919281.
HSL color Cylindrical-coordinate representation of color #719DA6: hue angle of 190.19º degrees, saturation: 0.23, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.65% and HSV saturation: 0.32%. Process color model (Four color, CMYK) of #719DA6 is Cyan = 0.32, Magento = 0.05, Yellow = 0 and Black (K on CMYK) = 0.35.
Color convert
| RGB | 113 | 157 | 166 | - |
| CMYK | 0.32 | 0.05 | 0 | 0.35 |
| HSL | 190.19º | 0.23% | 0.55% | - |
| HSV(B) | 190.19º | 0.32% | 0.65% | - |
| XYZ | 25.75 | 30.38 | 40.58 | - |
| YUV | 144.87 | 139.92 | 105.27 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 113 | 157 | 166 | 0.32 | 0.05 | 0 | 0.35 | 190.19 | 0.23 | 0.55 |
| Hex | 71 | 9D | A6 | 20 | 5 | 0 | 23 | BE | 17 | 37 |
| Octal | 161 | 235 | 246 | 40 | 5 | 0 | 43 | 276 | 27 | 67 |
| Binary | 1110001 | 10011101 | 10100110 | 100000 | 101 | 0 | 100011 | 10111110 | 10111 | 110111 |
Color Harmonies of #719DA6
Complementary color
Monochromatic Colors of #719DA6
Black with #719DA6
Text Example
Text Example
White with #719DA6
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #719DA6; }
p { color: rgb(113,157,166); }
H1.HeaderClassName
{
color: #719DA6;
}
.AnyTagClassName
{
color: #719DA6;
}
</style>
background-color css
<style>
a { background-color: #719DA6; }
a { background-color: rgb(113,157,166); }
div.DivClassName
{
background-color: #719DA6;
}
.BgClassName
{
background-color: #719DA6;
}
</style>
border-color css
<style>
span { border-color: #719DA6; }
span { border-color: rgb(113,157,166); }
td.TdClassName
{
border-color: #719DA6;
}
.TagClassName
{
border-color: #719DA6;
}
</style>