Shades of Neptune #739BA1
Tints of Neptune #739BA1
RGB
CMYK
RGB Variations
Color information
#739BA1 (or 0x739BA1) is known color: Neptune. HEX triplet: 73, 9B and A1. RGB value is (115,155,161). Sum of RGB (Red+Green+Blue) = 115+155+161=431 (57% of max value = 765). Red value is 115 (45.31% from 255 or 26.68% from 431); Green value is 155 (60.94% from 255 or 35.96% from 431); Blue value is 161 (63.28% from 255 or 37.35% from 431); Max value from RGB is 161 - color contains mainly: blue. Hex color #739BA1 is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #739BA1 is #8C645E. Grayscale: #8F8F8F. Windows color (decimal): -9200735 or 10591091. OLE color: 10591091.
HSL color Cylindrical-coordinate representation of color #739BA1: hue angle of 187.83º 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 #739BA1 is Cyan = 0.29, Magento = 0.04, Yellow = 0 and Black (K on CMYK) = 0.37.
Color convert
| RGB | 115 | 155 | 161 | - |
| CMYK | 0.29 | 0.04 | 0 | 0.37 |
| HSL | 187.83º | 0.2% | 0.54% | - |
| HSV(B) | 187.83º | 0.29% | 0.63% | - |
| XYZ | 25.22 | 29.66 | 38.11 | - |
| YUV | 143.72 | 137.75 | 107.51 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 115 | 155 | 161 | 0.29 | 0.04 | 0 | 0.37 | 187.83 | 0.2 | 0.54 |
| Hex | 73 | 9B | A1 | 1D | 4 | 0 | 25 | BC | 14 | 36 |
| Octal | 163 | 233 | 241 | 35 | 4 | 0 | 45 | 274 | 24 | 66 |
| Binary | 1110011 | 10011011 | 10100001 | 11101 | 100 | 0 | 100101 | 10111100 | 10100 | 110110 |
Color Harmonies of #739BA1
Complementary color
Monochromatic Colors of #739BA1
Black with #739BA1
Text Example
Text Example
White with #739BA1
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #739BA1; }
p { color: rgb(115,155,161); }
H1.HeaderClassName
{
color: #739BA1;
}
.AnyTagClassName
{
color: #739BA1;
}
</style>
background-color css
<style>
a { background-color: #739BA1; }
a { background-color: rgb(115,155,161); }
div.DivClassName
{
background-color: #739BA1;
}
.BgClassName
{
background-color: #739BA1;
}
</style>
border-color css
<style>
span { border-color: #739BA1; }
span { border-color: rgb(115,155,161); }
td.TdClassName
{
border-color: #739BA1;
}
.TagClassName
{
border-color: #739BA1;
}
</style>