#719FAF

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

Shades of Neptune #719FAF

Tints of Neptune #719FAF

Color information

#719FAF (or 0x719FAF) is unknown color: approx Neptune. HEX triplet: 71, 9F and AF. RGB value is (113,159,175). Sum of RGB (Red+Green+Blue) = 113+159+175=447 (59% of max value = 765). Red value is 113 (44.53% from 255 or 25.28% from 447); Green value is 159 (62.5% from 255 or 35.57% from 447); Blue value is 175 (68.75% from 255 or 39.15% from 447); Max value from RGB is 175 - color contains mainly: blue. Hex color #719FAF is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #719FAF is #8E6050. Grayscale: #929292. Windows color (decimal): -9330769 or 11509617. OLE color: 11509617.

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

Color convert

RGB113159175-
CMYK0.350.0900.31
HSL195.48º27.93%56.47%-
HSV(B)195.48º35.43%68.63%-
XYZ26.9531.445.2-
YUV147.07143.76103.7-

RGB Variations

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

RGB

RED value IS 113 (44.53% from 255) = 25.28%
GREEN value IS 159 (62.5% from 255) = 35.57%
BLUE value IS 175 (68.75% from 255) = 39.15%
R=25.28%
G=35.57%
B=39.15%

CMYK

C (Cyan) values IS 0.35
M (Magenta) values IS 0.09
Y (Yellow) values IS 0
K (Black) values IS 0.31
SystemRedGreenBlueCMYKHSL
Decimal1131591750.350.0900.31195.4827.9356.47
Hex719FAF23901Fc31c38
Octal16123725743110373033470
Binary1110001100111111010111110001110010111111100001111100111000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #719FAF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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