Html Css Color HEX #719FAA Neptune

📋 copy color: '#719FAA'

red 113 ◦ green 159 ◦ blue 170

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

Shades of Neptune #719FAA

Tints of Neptune #719FAA

RGB

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

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

 BLUE value IS 170 (66.8% from 255) = 38.46%

R = 25.57%
G = 35.97%
B = 38.46%

CMYK

 C value IS 0.34

 M value IS 0.06

 Y value IS 0

 K value IS 0.33

RGB Variations

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

Color information

#719FAA (or 0x719FAA) is known color: Neptune. HEX triplet: 71, 9F and AA. RGB value is (113,159,170). Sum of RGB (Red+Green+Blue) = 113+159+170=442 (58% of max value = 765). Red value is 113 (44.53% from 255 or 25.57% from 442); Green value is 159 (62.5% from 255 or 35.97% from 442); Blue value is 170 (66.80% from 255 or 38.46% from 442); Max value from RGB is 170 - color contains mainly: blue. Hex color #719FAA is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #719FAA is #8E6055. Grayscale: #929292. Windows color (decimal): -9330774 or 11181937. OLE color: 11181937.

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

Color convert

RGB 113 159 170 -
CMYK 0.34 0.06 0 0.33
HSL 191.58º 0.25% 0.55% -
HSV(B) 191.58º 0.34% 0.67% -
XYZ 26.46 31.21 42.66 -
YUV 146.5 141.26 104.11 -
System Red Green Blue C M Y K H S L
Decimal 113 159 170 0.34 0.06 0 0.33 191.58 0.25 0.55
Hex 71 9F AA 22 6 0 21 C0 19 37
Octal 161 237 252 42 6 0 41 300 31 67
Binary 1110001 10011111 10101010 100010 110 0 100001 11000000 11001 110111

Color Harmonies of #719FAA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #719FAA

Black with #719FAA

Text Example


Text Example

White with #719FAA

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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