Shades of Neptune #719EAD
Tints of Neptune #719EAD
RGB
CMYK
RGB Variations
Color information
#719EAD (or 0x719EAD) is known color: Neptune. HEX triplet: 71, 9E and AD. RGB value is (113,158,173). Sum of RGB (Red+Green+Blue) = 113+158+173=444 (58% of max value = 765). Red value is 113 (44.53% from 255 or 25.45% from 444); Green value is 158 (62.11% from 255 or 35.59% from 444); Blue value is 173 (67.97% from 255 or 38.96% from 444); Max value from RGB is 173 - color contains mainly: blue. Hex color #719EAD is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #719EAD is #8E6152. Grayscale: #929292. Windows color (decimal): -9331027 or 11378289. OLE color: 11378289.
HSL color Cylindrical-coordinate representation of color #719EAD: hue angle of 195º 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 #719EAD is Cyan = 0.35, Magento = 0.09, Yellow = 0 and Black (K on CMYK) = 0.32.
Color convert
| RGB | 113 | 158 | 173 | - |
| CMYK | 0.35 | 0.09 | 0 | 0.32 |
| HSL | 195º | 0.27% | 0.56% | - |
| HSV(B) | 195º | 0.35% | 0.68% | - |
| XYZ | 26.58 | 30.98 | 44.11 | - |
| YUV | 146.26 | 143.09 | 104.28 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 113 | 158 | 173 | 0.35 | 0.09 | 0 | 0.32 | 195 | 0.27 | 0.56 |
| Hex | 71 | 9E | AD | 23 | 9 | 0 | 20 | C3 | 1B | 38 |
| Octal | 161 | 236 | 255 | 43 | 11 | 0 | 40 | 303 | 33 | 70 |
| Binary | 1110001 | 10011110 | 10101101 | 100011 | 1001 | 0 | 100000 | 11000011 | 11011 | 111000 |
Color Harmonies of #719EAD
Complementary color
Monochromatic Colors of #719EAD
Black with #719EAD
Text Example
Text Example
White with #719EAD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #719EAD; }
p { color: rgb(113,158,173); }
H1.HeaderClassName
{
color: #719EAD;
}
.AnyTagClassName
{
color: #719EAD;
}
</style>
background-color css
<style>
a { background-color: #719EAD; }
a { background-color: rgb(113,158,173); }
div.DivClassName
{
background-color: #719EAD;
}
.BgClassName
{
background-color: #719EAD;
}
</style>
border-color css
<style>
span { border-color: #719EAD; }
span { border-color: rgb(113,158,173); }
td.TdClassName
{
border-color: #719EAD;
}
.TagClassName
{
border-color: #719EAD;
}
</style>