Html Css Color HEX #719CAA Neptune

📋 copy color: '#719CAA'

red 113 ◦ green 156 ◦ blue 170

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

Shades of Neptune #719CAA

Tints of Neptune #719CAA

RGB

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

 GREEN value IS 156 (61.33% from 255) = 35.54%

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

R = 25.74%
G = 35.54%
B = 38.72%

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

#719CAA (or 0x719CAA) is known color: Neptune. HEX triplet: 71, 9C and AA. RGB value is (113,156,170). Sum of RGB (Red+Green+Blue) = 113+156+170=439 (58% of max value = 765). Red value is 113 (44.53% from 255 or 25.74% from 439); Green value is 156 (61.33% from 255 or 35.54% from 439); Blue value is 170 (66.80% from 255 or 38.72% from 439); Max value from RGB is 170 - color contains mainly: blue. Hex color #719CAA is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #719CAA is #8E6355. Grayscale: #909090. Windows color (decimal): -9331542 or 11181169. OLE color: 11181169.

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

Color convert

RGB 113 156 170 -
CMYK 0.34 0.08 0 0.33
HSL 194.74º 0.25% 0.55% -
HSV(B) 194.74º 0.34% 0.67% -
XYZ 25.95 30.19 42.49 -
YUV 144.74 142.25 105.36 -
System Red Green Blue C M Y K H S L
Decimal 113 156 170 0.34 0.08 0 0.33 194.74 0.25 0.55
Hex 71 9C AA 22 8 0 21 C3 19 37
Octal 161 234 252 42 10 0 41 303 31 67
Binary 1110001 10011100 10101010 100010 1000 0 100001 11000011 11001 110111

Color Harmonies of #719CAA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #719CAA

Black with #719CAA

Text Example


Text Example

White with #719CAA

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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