Shades of Neptune #719DA9
Tints of Neptune #719DA9
RGB
CMYK
RGB Variations
Color information
#719DA9 (or 0x719DA9) is known color: Neptune. HEX triplet: 71, 9D and A9. RGB value is (113,157,169). Sum of RGB (Red+Green+Blue) = 113+157+169=439 (58% of max value = 765). Red value is 113 (44.53% from 255 or 25.74% from 439); Green value is 157 (61.72% from 255 or 35.76% from 439); Blue value is 169 (66.41% from 255 or 38.50% from 439); Max value from RGB is 169 - color contains mainly: blue. Hex color #719DA9 is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #719DA9 is #8E6256. Grayscale: #919191. Windows color (decimal): -9331287 or 11115889. OLE color: 11115889.
HSL color Cylindrical-coordinate representation of color #719DA9: hue angle of 192.86º degrees, saturation: 0.25, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.66% and HSV saturation: 0.33%. Process color model (Four color, CMYK) of #719DA9 is Cyan = 0.33, Magento = 0.07, Yellow = 0 and Black (K on CMYK) = 0.34.
Color convert
| RGB | 113 | 157 | 169 | - |
| CMYK | 0.33 | 0.07 | 0 | 0.34 |
| HSL | 192.86º | 0.25% | 0.55% | - |
| HSV(B) | 192.86º | 0.33% | 0.66% | - |
| XYZ | 26.03 | 30.49 | 42.05 | - |
| YUV | 145.21 | 141.42 | 105.02 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 113 | 157 | 169 | 0.33 | 0.07 | 0 | 0.34 | 192.86 | 0.25 | 0.55 |
| Hex | 71 | 9D | A9 | 21 | 7 | 0 | 22 | C1 | 19 | 37 |
| Octal | 161 | 235 | 251 | 41 | 7 | 0 | 42 | 301 | 31 | 67 |
| Binary | 1110001 | 10011101 | 10101001 | 100001 | 111 | 0 | 100010 | 11000001 | 11001 | 110111 |
Color Harmonies of #719DA9
Complementary color
Monochromatic Colors of #719DA9
Black with #719DA9
Text Example
Text Example
White with #719DA9
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #719DA9; }
p { color: rgb(113,157,169); }
H1.HeaderClassName
{
color: #719DA9;
}
.AnyTagClassName
{
color: #719DA9;
}
</style>
background-color css
<style>
a { background-color: #719DA9; }
a { background-color: rgb(113,157,169); }
div.DivClassName
{
background-color: #719DA9;
}
.BgClassName
{
background-color: #719DA9;
}
</style>
border-color css
<style>
span { border-color: #719DA9; }
span { border-color: rgb(113,157,169); }
td.TdClassName
{
border-color: #719DA9;
}
.TagClassName
{
border-color: #719DA9;
}
</style>