#719FAE

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

Shades of Neptune #719FAE

Tints of Neptune #719FAE

Color information

#719FAE (or 0x719FAE) is unknown color: approx Neptune. HEX triplet: 71, 9F and AE. RGB value is (113,159,174). Sum of RGB (Red+Green+Blue) = 113+159+174=446 (59% of max value = 765). Red value is 113 (44.53% from 255 or 25.34% from 446); Green value is 159 (62.5% from 255 or 35.65% from 446); Blue value is 174 (68.36% from 255 or 39.01% from 446); Max value from RGB is 174 - color contains mainly: blue. Hex color #719FAE is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #719FAE is #8E6051. Grayscale: #929292. Windows color (decimal): -9330770 or 11444081. OLE color: 11444081.

HSL color Cylindrical-coordinate representation of color #719FAE: hue angle of 194.75º degrees, saturation: 0.27, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.68% and HSV saturation: 0.35%. Process color model (Four color, CMYK) of #719FAE is Cyan = 0.35, Magento = 0.09, Yellow = 0 and Black (K on CMYK) = 0.32.

Color convert

RGB113159174-
CMYK0.350.0900.32
HSL194.75º27.35%56.27%-
HSV(B)194.75º35.06%68.24%-
XYZ26.8531.3644.68-
YUV146.96143.26103.78-

RGB Variations

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

RGB

RED value IS 113 (44.53% from 255) = 25.34%
GREEN value IS 159 (62.5% from 255) = 35.65%
BLUE value IS 174 (68.36% from 255) = 39.01%
R=25.34%
G=35.65%
B=39.01%

CMYK

C (Cyan) values IS 0.35
M (Magenta) values IS 0.09
Y (Yellow) values IS 0
K (Black) values IS 0.32
SystemRedGreenBlueCMYKHSL
Decimal1131591740.350.0900.32194.7527.3556.27
Hex719FAE239020c31b38
Octal16123725643110403033370
Binary11100011001111110101110100011100101000001100001111011111000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #719FAE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(113,159,174); }

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

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

 a { background-color: rgb(113,159,174); }

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

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

 span { border-color: rgb(113,159,174); }

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