Shades of Neptune #729FAB
Tints of Neptune #729FAB
RGB
CMYK
RGB Variations
Color information
#729FAB (or 0x729FAB) is known color: Neptune. HEX triplet: 72, 9F and AB. RGB value is (114,159,171). Sum of RGB (Red+Green+Blue) = 114+159+171=444 (58% of max value = 765). Red value is 114 (44.92% from 255 or 25.68% from 444); Green value is 159 (62.5% from 255 or 35.81% from 444); Blue value is 171 (67.19% from 255 or 38.51% from 444); Max value from RGB is 171 - color contains mainly: blue. Hex color #729FAB is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #729FAB is #8D6054. Grayscale: #929292. Windows color (decimal): -9265237 or 11247474. OLE color: 11247474.
HSL color Cylindrical-coordinate representation of color #729FAB: hue angle of 192.63º degrees, saturation: 0.25, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.33%. Process color model (Four color, CMYK) of #729FAB is Cyan = 0.33, Magento = 0.07, Yellow = 0 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 114 | 159 | 171 | - |
| CMYK | 0.33 | 0.07 | 0 | 0.33 |
| HSL | 192.63º | 0.25% | 0.56% | - |
| HSV(B) | 192.63º | 0.33% | 0.67% | - |
| XYZ | 26.69 | 31.31 | 43.17 | - |
| YUV | 146.91 | 141.59 | 104.52 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 114 | 159 | 171 | 0.33 | 0.07 | 0 | 0.33 | 192.63 | 0.25 | 0.56 |
| Hex | 72 | 9F | AB | 21 | 7 | 0 | 21 | C1 | 19 | 38 |
| Octal | 162 | 237 | 253 | 41 | 7 | 0 | 41 | 301 | 31 | 70 |
| Binary | 1110010 | 10011111 | 10101011 | 100001 | 111 | 0 | 100001 | 11000001 | 11001 | 111000 |
Color Harmonies of #729FAB
Complementary color
Monochromatic Colors of #729FAB
Black with #729FAB
Text Example
Text Example
White with #729FAB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #729FAB; }
p { color: rgb(114,159,171); }
H1.HeaderClassName
{
color: #729FAB;
}
.AnyTagClassName
{
color: #729FAB;
}
</style>
background-color css
<style>
a { background-color: #729FAB; }
a { background-color: rgb(114,159,171); }
div.DivClassName
{
background-color: #729FAB;
}
.BgClassName
{
background-color: #729FAB;
}
</style>
border-color css
<style>
span { border-color: #729FAB; }
span { border-color: rgb(114,159,171); }
td.TdClassName
{
border-color: #729FAB;
}
.TagClassName
{
border-color: #729FAB;
}
</style>