Shades of Neptune #719DA3
Tints of Neptune #719DA3
RGB
CMYK
RGB Variations
Color information
#719DA3 (or 0x719DA3) is known color: Neptune. HEX triplet: 71, 9D and A3. RGB value is (113,157,163). Sum of RGB (Red+Green+Blue) = 113+157+163=433 (57% of max value = 765). Red value is 113 (44.53% from 255 or 26.10% from 433); Green value is 157 (61.72% from 255 or 36.26% from 433); Blue value is 163 (64.06% from 255 or 37.64% from 433); Max value from RGB is 163 - color contains mainly: blue. Hex color #719DA3 is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #719DA3 is #8E625C. Grayscale: #909090. Windows color (decimal): -9331293 or 10722673. OLE color: 10722673.
HSL color Cylindrical-coordinate representation of color #719DA3: hue angle of 187.2º degrees, saturation: 0.21, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.64% and HSV saturation: 0.31%. Process color model (Four color, CMYK) of #719DA3 is Cyan = 0.31, Magento = 0.04, Yellow = 0 and Black (K on CMYK) = 0.36.
Color convert
| RGB | 113 | 157 | 163 | - |
| CMYK | 0.31 | 0.04 | 0 | 0.36 |
| HSL | 187.2º | 0.21% | 0.54% | - |
| HSV(B) | 187.2º | 0.31% | 0.64% | - |
| XYZ | 25.48 | 30.27 | 39.15 | - |
| YUV | 144.53 | 138.42 | 105.51 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 113 | 157 | 163 | 0.31 | 0.04 | 0 | 0.36 | 187.2 | 0.21 | 0.54 |
| Hex | 71 | 9D | A3 | 1F | 4 | 0 | 24 | BB | 15 | 36 |
| Octal | 161 | 235 | 243 | 37 | 4 | 0 | 44 | 273 | 25 | 66 |
| Binary | 1110001 | 10011101 | 10100011 | 11111 | 100 | 0 | 100100 | 10111011 | 10101 | 110110 |
Color Harmonies of #719DA3
Complementary color
Monochromatic Colors of #719DA3
Black with #719DA3
Text Example
Text Example
White with #719DA3
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #719DA3; }
p { color: rgb(113,157,163); }
H1.HeaderClassName
{
color: #719DA3;
}
.AnyTagClassName
{
color: #719DA3;
}
</style>
background-color css
<style>
a { background-color: #719DA3; }
a { background-color: rgb(113,157,163); }
div.DivClassName
{
background-color: #719DA3;
}
.BgClassName
{
background-color: #719DA3;
}
</style>
border-color css
<style>
span { border-color: #719DA3; }
span { border-color: rgb(113,157,163); }
td.TdClassName
{
border-color: #719DA3;
}
.TagClassName
{
border-color: #719DA3;
}
</style>