Shades of Neptune #719AA3
Tints of Neptune #719AA3
RGB
CMYK
RGB Variations
Color information
#719AA3 (or 0x719AA3) is known color: Neptune. HEX triplet: 71, 9A and A3. RGB value is (113,154,163). Sum of RGB (Red+Green+Blue) = 113+154+163=430 (56% of max value = 765). Red value is 113 (44.53% from 255 or 26.28% from 430); Green value is 154 (60.55% from 255 or 35.81% from 430); Blue value is 163 (64.06% from 255 or 37.91% from 430); Max value from RGB is 163 - color contains mainly: blue. Hex color #719AA3 is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #719AA3 is #8E655C. Grayscale: #8E8E8E. Windows color (decimal): -9332061 or 10721905. OLE color: 10721905.
HSL color Cylindrical-coordinate representation of color #719AA3: hue angle of 190.8º 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 #719AA3 is Cyan = 0.31, Magento = 0.06, Yellow = 0 and Black (K on CMYK) = 0.36.
Color convert
| RGB | 113 | 154 | 163 | - |
| CMYK | 0.31 | 0.06 | 0 | 0.36 |
| HSL | 190.8º | 0.21% | 0.54% | - |
| HSV(B) | 190.8º | 0.31% | 0.64% | - |
| XYZ | 24.98 | 29.27 | 38.98 | - |
| YUV | 142.77 | 139.42 | 106.77 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 113 | 154 | 163 | 0.31 | 0.06 | 0 | 0.36 | 190.8 | 0.21 | 0.54 |
| Hex | 71 | 9A | A3 | 1F | 6 | 0 | 24 | BF | 15 | 36 |
| Octal | 161 | 232 | 243 | 37 | 6 | 0 | 44 | 277 | 25 | 66 |
| Binary | 1110001 | 10011010 | 10100011 | 11111 | 110 | 0 | 100100 | 10111111 | 10101 | 110110 |
Color Harmonies of #719AA3
Complementary color
Monochromatic Colors of #719AA3
Black with #719AA3
Text Example
Text Example
White with #719AA3
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #719AA3; }
p { color: rgb(113,154,163); }
H1.HeaderClassName
{
color: #719AA3;
}
.AnyTagClassName
{
color: #719AA3;
}
</style>
background-color css
<style>
a { background-color: #719AA3; }
a { background-color: rgb(113,154,163); }
div.DivClassName
{
background-color: #719AA3;
}
.BgClassName
{
background-color: #719AA3;
}
</style>
border-color css
<style>
span { border-color: #719AA3; }
span { border-color: rgb(113,154,163); }
td.TdClassName
{
border-color: #719AA3;
}
.TagClassName
{
border-color: #719AA3;
}
</style>