Html Css Color HEX #719EA9 Neptune

📋 copy color: '#719EA9'

red 113 ◦ green 158 ◦ blue 169

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

Shades of Neptune #719EA9

Tints of Neptune #719EA9

RGB

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

 GREEN value IS 158 (62.11% from 255) = 35.91%

 BLUE value IS 169 (66.41% from 255) = 38.41%

R = 25.68%
G = 35.91%
B = 38.41%

CMYK

 C value IS 0.33

 M value IS 0.07

 Y value IS 0

 K value IS 0.34

RGB Variations

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

Color information

#719EA9 (or 0x719EA9) is known color: Neptune. HEX triplet: 71, 9E and A9. RGB value is (113,158,169). Sum of RGB (Red+Green+Blue) = 113+158+169=440 (58% of max value = 765). Red value is 113 (44.53% from 255 or 25.68% from 440); Green value is 158 (62.11% from 255 or 35.91% from 440); Blue value is 169 (66.41% from 255 or 38.41% from 440); Max value from RGB is 169 - color contains mainly: blue. Hex color #719EA9 is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #719EA9 is #8E6156. Grayscale: #919191. Windows color (decimal): -9331031 or 11116145. OLE color: 11116145.

HSL color Cylindrical-coordinate representation of color #719EA9: hue angle of 191.79º degrees, saturation: 0.25, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.66% and HSV saturation: 0.33%. Process color model (Four color, CMYK) of #719EA9 is Cyan = 0.33, Magento = 0.07, Yellow = 0 and Black (K on CMYK) = 0.34.

Color convert

RGB 113 158 169 -
CMYK 0.33 0.07 0 0.34
HSL 191.79º 0.25% 0.55% -
HSV(B) 191.79º 0.33% 0.66% -
XYZ 26.2 30.83 42.11 -
YUV 145.8 141.09 104.61 -
System Red Green Blue C M Y K H S L
Decimal 113 158 169 0.33 0.07 0 0.34 191.79 0.25 0.55
Hex 71 9E A9 21 7 0 22 C0 19 37
Octal 161 236 251 41 7 0 42 300 31 67
Binary 1110001 10011110 10101001 100001 111 0 100010 11000000 11001 110111

Color Harmonies of #719EA9

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #719EA9

Black with #719EA9

Text Example


Text Example

White with #719EA9

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(113,158,169); }

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

background-color css

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

 a { background-color: rgb(113,158,169); }

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

border-color css

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

 span { border-color: rgb(113,158,169); }

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