Shades of Neptune #719FAD
Tints of Neptune #719FAD
RGB
CMYK
RGB Variations
Color information
#719FAD (or 0x719FAD) is known color: Neptune. HEX triplet: 71, 9F and AD. RGB value is (113,159,173). Sum of RGB (Red+Green+Blue) = 113+159+173=445 (58% of max value = 765). Red value is 113 (44.53% from 255 or 25.39% from 445); Green value is 159 (62.5% from 255 or 35.73% from 445); Blue value is 173 (67.97% from 255 or 38.88% from 445); Max value from RGB is 173 - color contains mainly: blue. Hex color #719FAD is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #719FAD is #8E6052. Grayscale: #929292. Windows color (decimal): -9330771 or 11378545. OLE color: 11378545.
HSL color Cylindrical-coordinate representation of color #719FAD: hue angle of 194º degrees, saturation: 0.27, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.68% and HSV saturation: 0.35%. Process color model (Four color, CMYK) of #719FAD is Cyan = 0.35, Magento = 0.08, Yellow = 0 and Black (K on CMYK) = 0.32.
Color convert
| RGB | 113 | 159 | 173 | - |
| CMYK | 0.35 | 0.08 | 0 | 0.32 |
| HSL | 194º | 0.27% | 0.56% | - |
| HSV(B) | 194º | 0.35% | 0.68% | - |
| XYZ | 26.75 | 31.32 | 44.17 | - |
| YUV | 146.84 | 142.76 | 103.86 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 113 | 159 | 173 | 0.35 | 0.08 | 0 | 0.32 | 194 | 0.27 | 0.56 |
| Hex | 71 | 9F | AD | 23 | 8 | 0 | 20 | C2 | 1B | 38 |
| Octal | 161 | 237 | 255 | 43 | 10 | 0 | 40 | 302 | 33 | 70 |
| Binary | 1110001 | 10011111 | 10101101 | 100011 | 1000 | 0 | 100000 | 11000010 | 11011 | 111000 |
Color Harmonies of #719FAD
Complementary color
Monochromatic Colors of #719FAD
Black with #719FAD
Text Example
Text Example
White with #719FAD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #719FAD; }
p { color: rgb(113,159,173); }
H1.HeaderClassName
{
color: #719FAD;
}
.AnyTagClassName
{
color: #719FAD;
}
</style>
background-color css
<style>
a { background-color: #719FAD; }
a { background-color: rgb(113,159,173); }
div.DivClassName
{
background-color: #719FAD;
}
.BgClassName
{
background-color: #719FAD;
}
</style>
border-color css
<style>
span { border-color: #719FAD; }
span { border-color: rgb(113,159,173); }
td.TdClassName
{
border-color: #719FAD;
}
.TagClassName
{
border-color: #719FAD;
}
</style>