Html Css Color HEX #719CA2 Neptune

📋 copy color: '#719CA2'

red 113 ◦ green 156 ◦ blue 162

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

Shades of Neptune #719CA2

Tints of Neptune #719CA2

RGB

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

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

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

R = 26.22%
G = 36.19%
B = 37.59%

CMYK

 C value IS 0.30

 M value IS 0.04

 Y value IS 0

 K value IS 0.36

RGB Variations

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

Color information

#719CA2 (or 0x719CA2) is known color: Neptune. HEX triplet: 71, 9C and A2. RGB value is (113,156,162). Sum of RGB (Red+Green+Blue) = 113+156+162=431 (57% of max value = 765). Red value is 113 (44.53% from 255 or 26.22% from 431); Green value is 156 (61.33% from 255 or 36.19% from 431); Blue value is 162 (63.67% from 255 or 37.59% from 431); Max value from RGB is 162 - color contains mainly: blue. Hex color #719CA2 is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #719CA2 is #8E635D. Grayscale: #8F8F8F. Windows color (decimal): -9331550 or 10656881. OLE color: 10656881.

HSL color Cylindrical-coordinate representation of color #719CA2: hue angle of 187.35º 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 #719CA2 is Cyan = 0.30, Magento = 0.04, Yellow = 0 and Black (K on CMYK) = 0.36.

Color convert

RGB 113 156 162 -
CMYK 0.30 0.04 0 0.36
HSL 187.35º 0.21% 0.54% -
HSV(B) 187.35º 0.3% 0.64% -
XYZ 25.22 29.9 38.62 -
YUV 143.83 138.25 106.01 -
System Red Green Blue C M Y K H S L
Decimal 113 156 162 0.30 0.04 0 0.36 187.35 0.21 0.54
Hex 71 9C A2 1E 4 0 24 BB 15 36
Octal 161 234 242 36 4 0 44 273 25 66
Binary 1110001 10011100 10100010 11110 100 0 100100 10111011 10101 110110

Color Harmonies of #719CA2

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #719CA2

Black with #719CA2

Text Example


Text Example

White with #719CA2

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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