Html Css Color HEX #719FA2 Neptune

📋 copy color: '#719FA2'

red 113 ◦ green 159 ◦ blue 162

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

Shades of Neptune #719FA2

Tints of Neptune #719FA2

RGB

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

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

 BLUE value IS 162 (63.67% from 255) = 37.33%

R = 26.04%
G = 36.64%
B = 37.33%

CMYK

 C value IS 0.30

 M value IS 0.02

 Y value IS 0

 K value IS 0.36

RGB Variations

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

Color information

#719FA2 (or 0x719FA2) is known color: Neptune. HEX triplet: 71, 9F and A2. RGB value is (113,159,162). Sum of RGB (Red+Green+Blue) = 113+159+162=434 (57% of max value = 765). Red value is 113 (44.53% from 255 or 26.04% from 434); Green value is 159 (62.5% from 255 or 36.64% from 434); Blue value is 162 (63.67% from 255 or 37.33% from 434); Max value from RGB is 162 - color contains mainly: blue. Hex color #719FA2 is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #719FA2 is #8E605D. Grayscale: #919191. Windows color (decimal): -9330782 or 10657649. OLE color: 10657649.

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

Color convert

RGB 113 159 162 -
CMYK 0.30 0.02 0 0.36
HSL 183.67º 0.21% 0.54% -
HSV(B) 183.67º 0.3% 0.64% -
XYZ 25.73 30.92 38.79 -
YUV 145.59 137.26 104.76 -
System Red Green Blue C M Y K H S L
Decimal 113 159 162 0.30 0.02 0 0.36 183.67 0.21 0.54
Hex 71 9F A2 1E 2 0 24 B8 15 36
Octal 161 237 242 36 2 0 44 270 25 66
Binary 1110001 10011111 10100010 11110 10 0 100100 10111000 10101 110110

Color Harmonies of #719FA2

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #719FA2

Black with #719FA2

Text Example


Text Example

White with #719FA2

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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