Shades of Neptune #739FA1
Tints of Neptune #739FA1
RGB
CMYK
RGB Variations
Color information
#739FA1 (or 0x739FA1) is known color: Neptune. HEX triplet: 73, 9F and A1. RGB value is (115,159,161). Sum of RGB (Red+Green+Blue) = 115+159+161=435 (57% of max value = 765). Red value is 115 (45.31% from 255 or 26.44% from 435); Green value is 159 (62.5% from 255 or 36.55% from 435); Blue value is 161 (63.28% from 255 or 37.01% from 435); Max value from RGB is 161 - color contains mainly: blue. Hex color #739FA1 is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #739FA1 is #8C605E. Grayscale: #929292. Windows color (decimal): -9199711 or 10592115. OLE color: 10592115.
HSL color Cylindrical-coordinate representation of color #739FA1: hue angle of 182.61º degrees, saturation: 0.2, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.63% and HSV saturation: 0.29%. Process color model (Four color, CMYK) of #739FA1 is Cyan = 0.29, Magento = 0.01, Yellow = 0 and Black (K on CMYK) = 0.37.
Color convert
| RGB | 115 | 159 | 161 | - |
| CMYK | 0.29 | 0.01 | 0 | 0.37 |
| HSL | 182.61º | 0.2% | 0.54% | - |
| HSV(B) | 182.61º | 0.29% | 0.63% | - |
| XYZ | 25.9 | 31.01 | 38.34 | - |
| YUV | 146.07 | 136.42 | 105.84 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 115 | 159 | 161 | 0.29 | 0.01 | 0 | 0.37 | 182.61 | 0.2 | 0.54 |
| Hex | 73 | 9F | A1 | 1D | 1 | 0 | 25 | B7 | 14 | 36 |
| Octal | 163 | 237 | 241 | 35 | 1 | 0 | 45 | 267 | 24 | 66 |
| Binary | 1110011 | 10011111 | 10100001 | 11101 | 1 | 0 | 100101 | 10110111 | 10100 | 110110 |
Color Harmonies of #739FA1
Complementary color
Monochromatic Colors of #739FA1
Black with #739FA1
Text Example
Text Example
White with #739FA1
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #739FA1; }
p { color: rgb(115,159,161); }
H1.HeaderClassName
{
color: #739FA1;
}
.AnyTagClassName
{
color: #739FA1;
}
</style>
background-color css
<style>
a { background-color: #739FA1; }
a { background-color: rgb(115,159,161); }
div.DivClassName
{
background-color: #739FA1;
}
.BgClassName
{
background-color: #739FA1;
}
</style>
border-color css
<style>
span { border-color: #739FA1; }
span { border-color: rgb(115,159,161); }
td.TdClassName
{
border-color: #739FA1;
}
.TagClassName
{
border-color: #739FA1;
}
</style>