#719FAA

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

Shades of Neptune #719FAA

Tints of Neptune #719FAA

Color information

#719FAA (or 0x719FAA) is unknown color: approx Neptune. HEX triplet: 71, 9F and AA. RGB value is (113,159,170). Sum of RGB (Red+Green+Blue) = 113+159+170=442 (58% of max value = 765). Red value is 113 (44.53% from 255 or 25.57% from 442); Green value is 159 (62.5% from 255 or 35.97% from 442); Blue value is 170 (66.80% from 255 or 38.46% from 442); Max value from RGB is 170 - color contains mainly: blue. Hex color #719FAA is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #719FAA is #8E6055. Grayscale: #929292. Windows color (decimal): -9330774 or 11181937. OLE color: 11181937.

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

Color convert

RGB113159170-
CMYK0.340.0600.33
HSL191.58º25.11%55.49%-
HSV(B)191.58º33.53%66.67%-
XYZ26.4631.2142.66-
YUV146.5141.26104.11-

RGB Variations

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

RGB

RED value IS 113 (44.53% from 255) = 25.57%
GREEN value IS 159 (62.5% from 255) = 35.97%
BLUE value IS 170 (66.80% from 255) = 38.46%
R=25.57%
G=35.97%
B=38.46%

CMYK

C (Cyan) values IS 0.34
M (Magenta) values IS 0.06
Y (Yellow) values IS 0
K (Black) values IS 0.33
SystemRedGreenBlueCMYKHSL
Decimal1131591700.340.0600.33191.5825.1155.49
Hex719FAA226021c01937
Octal1612372524260413003167
Binary1110001100111111010101010001011001000011100000011001110111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #719FAA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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