Shades of Neptune #719CA7
Tints of Neptune #719CA7
RGB
CMYK
RGB Variations
Color information
#719CA7 (or 0x719CA7) is known color: Neptune. HEX triplet: 71, 9C and A7. RGB value is (113,156,167). Sum of RGB (Red+Green+Blue) = 113+156+167=436 (57% of max value = 765). Red value is 113 (44.53% from 255 or 25.92% from 436); Green value is 156 (61.33% from 255 or 35.78% from 436); Blue value is 167 (65.62% from 255 or 38.30% from 436); Max value from RGB is 167 - color contains mainly: blue. Hex color #719CA7 is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #719CA7 is #8E6358. Grayscale: #909090. Windows color (decimal): -9331545 or 10984561. OLE color: 10984561.
HSL color Cylindrical-coordinate representation of color #719CA7: hue angle of 192.22º 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 #719CA7 is Cyan = 0.32, Magento = 0.07, Yellow = 0 and Black (K on CMYK) = 0.35.
Color convert
| RGB | 113 | 156 | 167 | - |
| CMYK | 0.32 | 0.07 | 0 | 0.35 |
| HSL | 192.22º | 0.23% | 0.55% | - |
| HSV(B) | 192.22º | 0.32% | 0.65% | - |
| XYZ | 25.67 | 30.08 | 41.01 | - |
| YUV | 144.4 | 140.75 | 105.61 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 113 | 156 | 167 | 0.32 | 0.07 | 0 | 0.35 | 192.22 | 0.23 | 0.55 |
| Hex | 71 | 9C | A7 | 20 | 7 | 0 | 23 | C0 | 17 | 37 |
| Octal | 161 | 234 | 247 | 40 | 7 | 0 | 43 | 300 | 27 | 67 |
| Binary | 1110001 | 10011100 | 10100111 | 100000 | 111 | 0 | 100011 | 11000000 | 10111 | 110111 |
Color Harmonies of #719CA7
Complementary color
Monochromatic Colors of #719CA7
Black with #719CA7
Text Example
Text Example
White with #719CA7
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #719CA7; }
p { color: rgb(113,156,167); }
H1.HeaderClassName
{
color: #719CA7;
}
.AnyTagClassName
{
color: #719CA7;
}
</style>
background-color css
<style>
a { background-color: #719CA7; }
a { background-color: rgb(113,156,167); }
div.DivClassName
{
background-color: #719CA7;
}
.BgClassName
{
background-color: #719CA7;
}
</style>
border-color css
<style>
span { border-color: #719CA7; }
span { border-color: rgb(113,156,167); }
td.TdClassName
{
border-color: #719CA7;
}
.TagClassName
{
border-color: #719CA7;
}
</style>