Html Css Color HEX #719FAE Neptune

📋 copy color: '#719FAE'

red 113 ◦ green 159 ◦ blue 174

#719FAE
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Neptune #719FAE

Tints of Neptune #719FAE

RGB

 RED value IS 113 (44.53% from 255) = 25.34%

 GREEN value IS 159 (62.5% from 255) = 35.65%

 BLUE value IS 174 (68.36% from 255) = 39.01%

R = 25.34%
G = 35.65%
B = 39.01%

CMYK

 C value IS 0.35

 M value IS 0.09

 Y value IS 0

 K value IS 0.32

RGB Variations

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

Color information

#719FAE (or 0x719FAE) is known color: Neptune. HEX triplet: 71, 9F and AE. RGB value is (113,159,174). Sum of RGB (Red+Green+Blue) = 113+159+174=446 (59% of max value = 765). Red value is 113 (44.53% from 255 or 25.34% from 446); Green value is 159 (62.5% from 255 or 35.65% from 446); Blue value is 174 (68.36% from 255 or 39.01% from 446); Max value from RGB is 174 - color contains mainly: blue. Hex color #719FAE is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #719FAE is #8E6051. Grayscale: #929292. Windows color (decimal): -9330770 or 11444081. OLE color: 11444081.

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

Color convert

RGB 113 159 174 -
CMYK 0.35 0.09 0 0.32
HSL 194.75º 0.27% 0.56% -
HSV(B) 194.75º 0.35% 0.68% -
XYZ 26.85 31.36 44.68 -
YUV 146.96 143.26 103.78 -
System Red Green Blue C M Y K H S L
Decimal 113 159 174 0.35 0.09 0 0.32 194.75 0.27 0.56
Hex 71 9F AE 23 9 0 20 C3 1B 38
Octal 161 237 256 43 11 0 40 303 33 70
Binary 1110001 10011111 10101110 100011 1001 0 100000 11000011 11011 111000

Color Harmonies of #719FAE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #719FAE

Black with #719FAE

Text Example


Text Example

White with #719FAE

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

 H1.HeaderClassName
 {
   color: #719FAE;
 }
 .AnyTagClassName
 {
   color: #719FAE;
 }
</style>

background-color css

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

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

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

border-color css

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

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

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