#719EAA

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

Shades of Neptune #719EAA

Tints of Neptune #719EAA

Color information

#719EAA (or 0x719EAA) is unknown color: approx Neptune. HEX triplet: 71, 9E and AA. RGB value is (113,158,170). Sum of RGB (Red+Green+Blue) = 113+158+170=441 (58% of max value = 765). Red value is 113 (44.53% from 255 or 25.62% from 441); Green value is 158 (62.11% from 255 or 35.83% from 441); Blue value is 170 (66.80% from 255 or 38.55% from 441); Max value from RGB is 170 - color contains mainly: blue. Hex color #719EAA is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #719EAA is #8E6155. Grayscale: #919191. Windows color (decimal): -9331030 or 11181681. OLE color: 11181681.

HSL color Cylindrical-coordinate representation of color #719EAA: hue angle of 192.63º 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 #719EAA is Cyan = 0.34, Magento = 0.07, Yellow = 0 and Black (K on CMYK) = 0.33.

Color convert

RGB113158170-
CMYK0.340.0700.33
HSL192.63º25.11%55.49%-
HSV(B)192.63º33.53%66.67%-
XYZ26.2930.8742.6-
YUV145.91141.59104.52-

RGB Variations

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

RGB

RED value IS 113 (44.53% from 255) = 25.62%
GREEN value IS 158 (62.11% from 255) = 35.83%
BLUE value IS 170 (66.80% from 255) = 38.55%
R=25.62%
G=35.83%
B=38.55%

CMYK

C (Cyan) values IS 0.34
M (Magenta) values IS 0.07
Y (Yellow) values IS 0
K (Black) values IS 0.33
SystemRedGreenBlueCMYKHSL
Decimal1131581700.340.0700.33192.6325.1155.49
Hex719EAA227021c11937
Octal1612362524270413013167
Binary1110001100111101010101010001011101000011100000111001110111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #719EAA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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