Shades of Neptune #719DA2
Tints of Neptune #719DA2
RGB
CMYK
RGB Variations
Color information
#719DA2 (or 0x719DA2) is known color: Neptune. HEX triplet: 71, 9D and A2. RGB value is (113,157,162). Sum of RGB (Red+Green+Blue) = 113+157+162=432 (57% of max value = 765). Red value is 113 (44.53% from 255 or 26.16% from 432); Green value is 157 (61.72% from 255 or 36.34% from 432); Blue value is 162 (63.67% from 255 or 37.5% from 432); Max value from RGB is 162 - color contains mainly: blue. Hex color #719DA2 is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #719DA2 is #8E625D. Grayscale: #909090. Windows color (decimal): -9331294 or 10657137. OLE color: 10657137.
HSL color Cylindrical-coordinate representation of color #719DA2: hue angle of 186.12º degrees, saturation: 0.21, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.64% and HSV saturation: 0.3%. Process color model (Four color, CMYK) of #719DA2 is Cyan = 0.30, Magento = 0.03, Yellow = 0 and Black (K on CMYK) = 0.36.
Color convert
| RGB | 113 | 157 | 162 | - |
| CMYK | 0.30 | 0.03 | 0 | 0.36 |
| HSL | 186.12º | 0.21% | 0.54% | - |
| HSV(B) | 186.12º | 0.3% | 0.64% | - |
| XYZ | 25.39 | 30.23 | 38.68 | - |
| YUV | 144.41 | 137.92 | 105.59 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 113 | 157 | 162 | 0.30 | 0.03 | 0 | 0.36 | 186.12 | 0.21 | 0.54 |
| Hex | 71 | 9D | A2 | 1E | 3 | 0 | 24 | BA | 15 | 36 |
| Octal | 161 | 235 | 242 | 36 | 3 | 0 | 44 | 272 | 25 | 66 |
| Binary | 1110001 | 10011101 | 10100010 | 11110 | 11 | 0 | 100100 | 10111010 | 10101 | 110110 |
Color Harmonies of #719DA2
Complementary color
Monochromatic Colors of #719DA2
Black with #719DA2
Text Example
Text Example
White with #719DA2
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #719DA2; }
p { color: rgb(113,157,162); }
H1.HeaderClassName
{
color: #719DA2;
}
.AnyTagClassName
{
color: #719DA2;
}
</style>
background-color css
<style>
a { background-color: #719DA2; }
a { background-color: rgb(113,157,162); }
div.DivClassName
{
background-color: #719DA2;
}
.BgClassName
{
background-color: #719DA2;
}
</style>
border-color css
<style>
span { border-color: #719DA2; }
span { border-color: rgb(113,157,162); }
td.TdClassName
{
border-color: #719DA2;
}
.TagClassName
{
border-color: #719DA2;
}
</style>