#719AA3

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

Shades of Neptune #719AA3

Tints of Neptune #719AA3

Color information

#719AA3 (or 0x719AA3) is unknown color: approx Neptune. HEX triplet: 71, 9A and A3. RGB value is (113,154,163). Sum of RGB (Red+Green+Blue) = 113+154+163=430 (56% of max value = 765). Red value is 113 (44.53% from 255 or 26.28% from 430); Green value is 154 (60.55% from 255 or 35.81% from 430); Blue value is 163 (64.06% from 255 or 37.91% from 430); Max value from RGB is 163 - color contains mainly: blue. Hex color #719AA3 is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #719AA3 is #8E655C. Grayscale: #8E8E8E. Windows color (decimal): -9332061 or 10721905. OLE color: 10721905.

HSL color Cylindrical-coordinate representation of color #719AA3: hue angle of 190.8º degrees, saturation: 0.21, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.64% and HSV saturation: 0.31%. Process color model (Four color, CMYK) of #719AA3 is Cyan = 0.31, Magento = 0.06, Yellow = 0 and Black (K on CMYK) = 0.36.

Color convert

RGB113154163-
CMYK0.310.0600.36
HSL190.8º21.37%54.12%-
HSV(B)190.8º30.67%63.92%-
XYZ24.9829.2738.98-
YUV142.77139.42106.77-

RGB Variations

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

RGB

RED value IS 113 (44.53% from 255) = 26.28%
GREEN value IS 154 (60.55% from 255) = 35.81%
BLUE value IS 163 (64.06% from 255) = 37.91%
R=26.28%
G=35.81%
B=37.91%

CMYK

C (Cyan) values IS 0.31
M (Magenta) values IS 0.06
Y (Yellow) values IS 0
K (Black) values IS 0.36
SystemRedGreenBlueCMYKHSL
Decimal1131541630.310.0600.36190.821.3754.12
Hex719AA31F6024bf1536
Octal1612322433760442772566
Binary111000110011010101000111111111001001001011111110101110110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #719AA3

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(113,154,163); }

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

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

 a { background-color: rgb(113,154,163); }

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

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

 span { border-color: rgb(113,154,163); }

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