Shades of Neptune #719CA3
Tints of Neptune #719CA3
RGB
CMYK
RGB Variations
Color information
#719CA3 (or 0x719CA3) is known color: Neptune. HEX triplet: 71, 9C and A3. RGB value is (113,156,163). Sum of RGB (Red+Green+Blue) = 113+156+163=432 (57% of max value = 765). Red value is 113 (44.53% from 255 or 26.16% from 432); Green value is 156 (61.33% from 255 or 36.11% from 432); Blue value is 163 (64.06% from 255 or 37.73% from 432); Max value from RGB is 163 - color contains mainly: blue. Hex color #719CA3 is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #719CA3 is #8E635C. Grayscale: #8F8F8F. Windows color (decimal): -9331549 or 10722417. OLE color: 10722417.
HSL color Cylindrical-coordinate representation of color #719CA3: hue angle of 188.4º 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 #719CA3 is Cyan = 0.31, Magento = 0.04, Yellow = 0 and Black (K on CMYK) = 0.36.
Color convert
| RGB | 113 | 156 | 163 | - |
| CMYK | 0.31 | 0.04 | 0 | 0.36 |
| HSL | 188.4º | 0.21% | 0.54% | - |
| HSV(B) | 188.4º | 0.31% | 0.64% | - |
| XYZ | 25.31 | 29.93 | 39.09 | - |
| YUV | 143.94 | 138.75 | 105.93 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 113 | 156 | 163 | 0.31 | 0.04 | 0 | 0.36 | 188.4 | 0.21 | 0.54 |
| Hex | 71 | 9C | A3 | 1F | 4 | 0 | 24 | BC | 15 | 36 |
| Octal | 161 | 234 | 243 | 37 | 4 | 0 | 44 | 274 | 25 | 66 |
| Binary | 1110001 | 10011100 | 10100011 | 11111 | 100 | 0 | 100100 | 10111100 | 10101 | 110110 |
Color Harmonies of #719CA3
Complementary color
Monochromatic Colors of #719CA3
Black with #719CA3
Text Example
Text Example
White with #719CA3
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #719CA3; }
p { color: rgb(113,156,163); }
H1.HeaderClassName
{
color: #719CA3;
}
.AnyTagClassName
{
color: #719CA3;
}
</style>
background-color css
<style>
a { background-color: #719CA3; }
a { background-color: rgb(113,156,163); }
div.DivClassName
{
background-color: #719CA3;
}
.BgClassName
{
background-color: #719CA3;
}
</style>
border-color css
<style>
span { border-color: #719CA3; }
span { border-color: rgb(113,156,163); }
td.TdClassName
{
border-color: #719CA3;
}
.TagClassName
{
border-color: #719CA3;
}
</style>