#719DA9

Color #719DA9 Neptune (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Neptune #719DA9

Tints of Neptune #719DA9

Color information

#719DA9 (or 0x719DA9) is unknown color: approx Neptune. HEX triplet: 71, 9D and A9. RGB value is (113,157,169). Sum of RGB (Red+Green+Blue) = 113+157+169=439 (58% of max value = 765). Red value is 113 (44.53% from 255 or 25.74% from 439); Green value is 157 (61.72% from 255 or 35.76% from 439); Blue value is 169 (66.41% from 255 or 38.50% from 439); Max value from RGB is 169 - color contains mainly: blue. Hex color #719DA9 is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #719DA9 is #8E6256. Grayscale: #919191. Windows color (decimal): -9331287 or 11115889. OLE color: 11115889.

HSL color Cylindrical-coordinate representation of color #719DA9: hue angle of 192.86º degrees, saturation: 0.25, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.66% and HSV saturation: 0.33%. Process color model (Four color, CMYK) of #719DA9 is Cyan = 0.33, Magento = 0.07, Yellow = 0 and Black (K on CMYK) = 0.34.

Color convert

RGB113157169-
CMYK0.330.0700.34
HSL192.86º24.56%55.29%-
HSV(B)192.86º33.14%66.27%-
XYZ26.0330.4942.05-
YUV145.21141.42105.02-

RGB Variations

RGB:
RBG:
GRB:
GBR:
BRG:
BGR:

RGB

RED value IS 113 (44.53% from 255) = 25.74%
GREEN value IS 157 (61.72% from 255) = 35.76%
BLUE value IS 169 (66.41% from 255) = 38.50%
R=25.74%
G=35.76%
B=38.50%

CMYK

C (Cyan) values IS 0.33
M (Magenta) values IS 0.07
Y (Yellow) values IS 0
K (Black) values IS 0.34
SystemRedGreenBlueCMYKHSL
Decimal1131571690.330.0700.34192.8624.5655.29
Hex719DA9217022c11937
Octal1612352514170423013167
Binary1110001100111011010100110000111101000101100000111001110111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #719DA9

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #719DA9; }

 p { color: rgb(113,157,169); }

 H1.HeaderClassName
 {
   color: #719DA9;
 }
 .AnyTagClassName
 {
   color: #719DA9;
 }
</style>
background-color css

<style>
 a { background-color: #719DA9; }

 a { background-color: rgb(113,157,169); }

 div.DivClassName
 {
   background-color: #719DA9;
 }
 .BgClassName
 {
   background-color: #719DA9;
 }
</style>
border-color css

<style>
 span { border-color: #719DA9; }

 span { border-color: rgb(113,157,169); }

 td.TdClassName
 {
   border-color: #719DA9;
 }
 .TagClassName
 {
   border-color: #719DA9;
 }
</style>