Shades of Neptune #719BA6
Tints of Neptune #719BA6
RGB
CMYK
RGB Variations
Color information
#719BA6 (or 0x719BA6) is known color: Neptune. HEX triplet: 71, 9B and A6. RGB value is (113,155,166). Sum of RGB (Red+Green+Blue) = 113+155+166=434 (57% of max value = 765). Red value is 113 (44.53% from 255 or 26.04% from 434); Green value is 155 (60.94% from 255 or 35.71% from 434); Blue value is 166 (65.23% from 255 or 38.25% from 434); Max value from RGB is 166 - color contains mainly: blue. Hex color #719BA6 is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #719BA6 is #8E6459. Grayscale: #8F8F8F. Windows color (decimal): -9331802 or 10918769. OLE color: 10918769.
HSL color Cylindrical-coordinate representation of color #719BA6: hue angle of 192.45º degrees, saturation: 0.23, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.65% and HSV saturation: 0.32%. Process color model (Four color, CMYK) of #719BA6 is Cyan = 0.32, Magento = 0.07, Yellow = 0 and Black (K on CMYK) = 0.35.
Color convert
| RGB | 113 | 155 | 166 | - |
| CMYK | 0.32 | 0.07 | 0 | 0.35 |
| HSL | 192.45º | 0.23% | 0.55% | - |
| HSV(B) | 192.45º | 0.32% | 0.65% | - |
| XYZ | 25.41 | 29.71 | 40.47 | - |
| YUV | 143.7 | 140.59 | 106.11 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 113 | 155 | 166 | 0.32 | 0.07 | 0 | 0.35 | 192.45 | 0.23 | 0.55 |
| Hex | 71 | 9B | A6 | 20 | 7 | 0 | 23 | C0 | 17 | 37 |
| Octal | 161 | 233 | 246 | 40 | 7 | 0 | 43 | 300 | 27 | 67 |
| Binary | 1110001 | 10011011 | 10100110 | 100000 | 111 | 0 | 100011 | 11000000 | 10111 | 110111 |
Color Harmonies of #719BA6
Complementary color
Monochromatic Colors of #719BA6
Black with #719BA6
Text Example
Text Example
White with #719BA6
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #719BA6; }
p { color: rgb(113,155,166); }
H1.HeaderClassName
{
color: #719BA6;
}
.AnyTagClassName
{
color: #719BA6;
}
</style>
background-color css
<style>
a { background-color: #719BA6; }
a { background-color: rgb(113,155,166); }
div.DivClassName
{
background-color: #719BA6;
}
.BgClassName
{
background-color: #719BA6;
}
</style>
border-color css
<style>
span { border-color: #719BA6; }
span { border-color: rgb(113,155,166); }
td.TdClassName
{
border-color: #719BA6;
}
.TagClassName
{
border-color: #719BA6;
}
</style>