Shades of Neptune #719DA0
Tints of Neptune #719DA0
RGB
CMYK
RGB Variations
Color information
#719DA0 (or 0x719DA0) is known color: Neptune. HEX triplet: 71, 9D and A0. RGB value is (113,157,160). Sum of RGB (Red+Green+Blue) = 113+157+160=430 (56% of max value = 765). Red value is 113 (44.53% from 255 or 26.28% from 430); Green value is 157 (61.72% from 255 or 36.51% from 430); Blue value is 160 (62.89% from 255 or 37.21% from 430); Max value from RGB is 160 - color contains mainly: blue. Hex color #719DA0 is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #719DA0 is #8E625F. Grayscale: #909090. Windows color (decimal): -9331296 or 10526065. OLE color: 10526065.
HSL color Cylindrical-coordinate representation of color #719DA0: hue angle of 183.83º degrees, saturation: 0.2, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.63% and HSV saturation: 0.29%. Process color model (Four color, CMYK) of #719DA0 is Cyan = 0.29, Magento = 0.02, Yellow = 0 and Black (K on CMYK) = 0.37.
Color convert
| RGB | 113 | 157 | 160 | - |
| CMYK | 0.29 | 0.02 | 0 | 0.37 |
| HSL | 183.83º | 0.2% | 0.54% | - |
| HSV(B) | 183.83º | 0.29% | 0.63% | - |
| XYZ | 25.21 | 30.16 | 37.75 | - |
| YUV | 144.19 | 136.92 | 105.76 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 113 | 157 | 160 | 0.29 | 0.02 | 0 | 0.37 | 183.83 | 0.2 | 0.54 |
| Hex | 71 | 9D | A0 | 1D | 2 | 0 | 25 | B8 | 14 | 36 |
| Octal | 161 | 235 | 240 | 35 | 2 | 0 | 45 | 270 | 24 | 66 |
| Binary | 1110001 | 10011101 | 10100000 | 11101 | 10 | 0 | 100101 | 10111000 | 10100 | 110110 |
Color Harmonies of #719DA0
Complementary color
Monochromatic Colors of #719DA0
Black with #719DA0
Text Example
Text Example
White with #719DA0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #719DA0; }
p { color: rgb(113,157,160); }
H1.HeaderClassName
{
color: #719DA0;
}
.AnyTagClassName
{
color: #719DA0;
}
</style>
background-color css
<style>
a { background-color: #719DA0; }
a { background-color: rgb(113,157,160); }
div.DivClassName
{
background-color: #719DA0;
}
.BgClassName
{
background-color: #719DA0;
}
</style>
border-color css
<style>
span { border-color: #719DA0; }
span { border-color: rgb(113,157,160); }
td.TdClassName
{
border-color: #719DA0;
}
.TagClassName
{
border-color: #719DA0;
}
</style>