Shades of Neptune #719CA6
Tints of Neptune #719CA6
RGB
CMYK
RGB Variations
Color information
#719CA6 (or 0x719CA6) is known color: Neptune. HEX triplet: 71, 9C and A6. RGB value is (113,156,166). Sum of RGB (Red+Green+Blue) = 113+156+166=435 (57% of max value = 765). Red value is 113 (44.53% from 255 or 25.98% from 435); Green value is 156 (61.33% from 255 or 35.86% from 435); Blue value is 166 (65.23% from 255 or 38.16% from 435); Max value from RGB is 166 - color contains mainly: blue. Hex color #719CA6 is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #719CA6 is #8E6359. Grayscale: #909090. Windows color (decimal): -9331546 or 10919025. OLE color: 10919025.
HSL color Cylindrical-coordinate representation of color #719CA6: hue angle of 191.32º 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 #719CA6 is Cyan = 0.32, Magento = 0.06, Yellow = 0 and Black (K on CMYK) = 0.35.
Color convert
| RGB | 113 | 156 | 166 | - |
| CMYK | 0.32 | 0.06 | 0 | 0.35 |
| HSL | 191.32º | 0.23% | 0.55% | - |
| HSV(B) | 191.32º | 0.32% | 0.65% | - |
| XYZ | 25.58 | 30.04 | 40.53 | - |
| YUV | 144.28 | 140.25 | 105.69 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 113 | 156 | 166 | 0.32 | 0.06 | 0 | 0.35 | 191.32 | 0.23 | 0.55 |
| Hex | 71 | 9C | A6 | 20 | 6 | 0 | 23 | BF | 17 | 37 |
| Octal | 161 | 234 | 246 | 40 | 6 | 0 | 43 | 277 | 27 | 67 |
| Binary | 1110001 | 10011100 | 10100110 | 100000 | 110 | 0 | 100011 | 10111111 | 10111 | 110111 |
Color Harmonies of #719CA6
Complementary color
Monochromatic Colors of #719CA6
Black with #719CA6
Text Example
Text Example
White with #719CA6
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #719CA6; }
p { color: rgb(113,156,166); }
H1.HeaderClassName
{
color: #719CA6;
}
.AnyTagClassName
{
color: #719CA6;
}
</style>
background-color css
<style>
a { background-color: #719CA6; }
a { background-color: rgb(113,156,166); }
div.DivClassName
{
background-color: #719CA6;
}
.BgClassName
{
background-color: #719CA6;
}
</style>
border-color css
<style>
span { border-color: #719CA6; }
span { border-color: rgb(113,156,166); }
td.TdClassName
{
border-color: #719CA6;
}
.TagClassName
{
border-color: #719CA6;
}
</style>