Html Css Color HEX #719EAA Neptune

📋 copy color: '#719EAA'

red 113 ◦ green 158 ◦ blue 170

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

Shades of Neptune #719EAA

Tints of Neptune #719EAA

RGB

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

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

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

R = 25.62%
G = 35.83%
B = 38.55%

CMYK

 C value IS 0.34

 M value IS 0.07

 Y value IS 0

 K value IS 0.33

RGB Variations

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

Color information

#719EAA (or 0x719EAA) is known color: Neptune. HEX triplet: 71, 9E and AA. RGB value is (113,158,170). Sum of RGB (Red+Green+Blue) = 113+158+170=441 (58% of max value = 765). Red value is 113 (44.53% from 255 or 25.62% from 441); Green value is 158 (62.11% from 255 or 35.83% from 441); Blue value is 170 (66.80% from 255 or 38.55% from 441); Max value from RGB is 170 - color contains mainly: blue. Hex color #719EAA is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #719EAA is #8E6155. Grayscale: #919191. Windows color (decimal): -9331030 or 11181681. OLE color: 11181681.

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

Color convert

RGB 113 158 170 -
CMYK 0.34 0.07 0 0.33
HSL 192.63º 0.25% 0.55% -
HSV(B) 192.63º 0.34% 0.67% -
XYZ 26.29 30.87 42.6 -
YUV 145.91 141.59 104.52 -
System Red Green Blue C M Y K H S L
Decimal 113 158 170 0.34 0.07 0 0.33 192.63 0.25 0.55
Hex 71 9E AA 22 7 0 21 C1 19 37
Octal 161 236 252 42 7 0 41 301 31 67
Binary 1110001 10011110 10101010 100010 111 0 100001 11000001 11001 110111

Color Harmonies of #719EAA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #719EAA

Black with #719EAA

Text Example


Text Example

White with #719EAA

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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