Html Css Color HEX #719DAA Neptune

📋 copy color: '#719DAA'

red 113 ◦ green 157 ◦ blue 170

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

Shades of Neptune #719DAA

Tints of Neptune #719DAA

RGB

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

 GREEN value IS 157 (61.72% from 255) = 35.68%

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

R = 25.68%
G = 35.68%
B = 38.64%

CMYK

 C value IS 0.34

 M value IS 0.08

 Y value IS 0

 K value IS 0.33

RGB Variations

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

Color information

#719DAA (or 0x719DAA) is known color: Neptune. HEX triplet: 71, 9D and AA. RGB value is (113,157,170). Sum of RGB (Red+Green+Blue) = 113+157+170=440 (58% of max value = 765). Red value is 113 (44.53% from 255 or 25.68% from 440); Green value is 157 (61.72% from 255 or 35.68% from 440); Blue value is 170 (66.80% from 255 or 38.64% from 440); Max value from RGB is 170 - color contains mainly: blue. Hex color #719DAA is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #719DAA is #8E6255. Grayscale: #919191. Windows color (decimal): -9331286 or 11181425. OLE color: 11181425.

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

Color convert

RGB 113 157 170 -
CMYK 0.34 0.08 0 0.33
HSL 193.68º 0.25% 0.55% -
HSV(B) 193.68º 0.34% 0.67% -
XYZ 26.12 30.53 42.55 -
YUV 145.33 141.92 104.94 -
System Red Green Blue C M Y K H S L
Decimal 113 157 170 0.34 0.08 0 0.33 193.68 0.25 0.55
Hex 71 9D AA 22 8 0 21 C2 19 37
Octal 161 235 252 42 10 0 41 302 31 67
Binary 1110001 10011101 10101010 100010 1000 0 100001 11000010 11001 110111

Color Harmonies of #719DAA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #719DAA

Black with #719DAA

Text Example


Text Example

White with #719DAA

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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