#719EAD

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

Shades of Neptune #719EAD

Tints of Neptune #719EAD

Color information

#719EAD (or 0x719EAD) is unknown color: approx Neptune. HEX triplet: 71, 9E and AD. RGB value is (113,158,173). Sum of RGB (Red+Green+Blue) = 113+158+173=444 (58% of max value = 765). Red value is 113 (44.53% from 255 or 25.45% from 444); Green value is 158 (62.11% from 255 or 35.59% from 444); Blue value is 173 (67.97% from 255 or 38.96% from 444); Max value from RGB is 173 - color contains mainly: blue. Hex color #719EAD is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #719EAD is #8E6152. Grayscale: #929292. Windows color (decimal): -9331027 or 11378289. OLE color: 11378289.

HSL color Cylindrical-coordinate representation of color #719EAD: hue angle of 195º 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 #719EAD is Cyan = 0.35, Magento = 0.09, Yellow = 0 and Black (K on CMYK) = 0.32.

Color convert

RGB113158173-
CMYK0.350.0900.32
HSL195º26.79%56.08%-
HSV(B)195º34.68%67.84%-
XYZ26.5830.9844.11-
YUV146.26143.09104.28-

RGB Variations

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

RGB

RED value IS 113 (44.53% from 255) = 25.45%
GREEN value IS 158 (62.11% from 255) = 35.59%
BLUE value IS 173 (67.97% from 255) = 38.96%
R=25.45%
G=35.59%
B=38.96%

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
Decimal1131581730.350.0900.3219526.7956.08
Hex719EAD239020c31b38
Octal16123625543110403033370
Binary11100011001111010101101100011100101000001100001111011111000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #719EAD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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