Shades of Neptune #719EA0
Tints of Neptune #719EA0
RGB
CMYK
RGB Variations
Color information
#719EA0 (or 0x719EA0) is known color: Neptune. HEX triplet: 71, 9E and A0. RGB value is (113,158,160). Sum of RGB (Red+Green+Blue) = 113+158+160=431 (57% of max value = 765). Red value is 113 (44.53% from 255 or 26.22% from 431); Green value is 158 (62.11% from 255 or 36.66% from 431); Blue value is 160 (62.89% from 255 or 37.12% from 431); Max value from RGB is 160 - color contains mainly: blue. Hex color #719EA0 is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #719EA0 is #8E615F. Grayscale: #909090. Windows color (decimal): -9331040 or 10526321. OLE color: 10526321.
HSL color Cylindrical-coordinate representation of color #719EA0: hue angle of 182.55º 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 #719EA0 is Cyan = 0.29, Magento = 0.01, Yellow = 0 and Black (K on CMYK) = 0.37.
Color convert
| RGB | 113 | 158 | 160 | - |
| CMYK | 0.29 | 0.01 | 0 | 0.37 |
| HSL | 182.55º | 0.2% | 0.54% | - |
| HSV(B) | 182.55º | 0.29% | 0.63% | - |
| XYZ | 25.38 | 30.5 | 37.81 | - |
| YUV | 144.77 | 136.59 | 105.34 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 113 | 158 | 160 | 0.29 | 0.01 | 0 | 0.37 | 182.55 | 0.2 | 0.54 |
| Hex | 71 | 9E | A0 | 1D | 1 | 0 | 25 | B7 | 14 | 36 |
| Octal | 161 | 236 | 240 | 35 | 1 | 0 | 45 | 267 | 24 | 66 |
| Binary | 1110001 | 10011110 | 10100000 | 11101 | 1 | 0 | 100101 | 10110111 | 10100 | 110110 |
Color Harmonies of #719EA0
Complementary color
Monochromatic Colors of #719EA0
Black with #719EA0
Text Example
Text Example
White with #719EA0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #719EA0; }
p { color: rgb(113,158,160); }
H1.HeaderClassName
{
color: #719EA0;
}
.AnyTagClassName
{
color: #719EA0;
}
</style>
background-color css
<style>
a { background-color: #719EA0; }
a { background-color: rgb(113,158,160); }
div.DivClassName
{
background-color: #719EA0;
}
.BgClassName
{
background-color: #719EA0;
}
</style>
border-color css
<style>
span { border-color: #719EA0; }
span { border-color: rgb(113,158,160); }
td.TdClassName
{
border-color: #719EA0;
}
.TagClassName
{
border-color: #719EA0;
}
</style>