Html Css Color HEX #719EA4 Neptune

📋 copy color: '#719EA4'

red 113 ◦ green 158 ◦ blue 164

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

Shades of Neptune #719EA4

Tints of Neptune #719EA4

RGB

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

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

 BLUE value IS 164 (64.45% from 255) = 37.7%

R = 25.98%
G = 36.32%
B = 37.7%

CMYK

 C value IS 0.31

 M value IS 0.04

 Y value IS 0

 K value IS 0.36

RGB Variations

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

Color information

#719EA4 (or 0x719EA4) is known color: Neptune. HEX triplet: 71, 9E and A4. RGB value is (113,158,164). Sum of RGB (Red+Green+Blue) = 113+158+164=435 (57% of max value = 765). Red value is 113 (44.53% from 255 or 25.98% from 435); Green value is 158 (62.11% from 255 or 36.32% from 435); Blue value is 164 (64.45% from 255 or 37.70% from 435); Max value from RGB is 164 - color contains mainly: blue. Hex color #719EA4 is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #719EA4 is #8E615B. Grayscale: #919191. Windows color (decimal): -9331036 or 10788465. OLE color: 10788465.

HSL color Cylindrical-coordinate representation of color #719EA4: hue angle of 187.06º degrees, saturation: 0.22, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.64% and HSV saturation: 0.31%. Process color model (Four color, CMYK) of #719EA4 is Cyan = 0.31, Magento = 0.04, Yellow = 0 and Black (K on CMYK) = 0.36.

Color convert

RGB 113 158 164 -
CMYK 0.31 0.04 0 0.36
HSL 187.06º 0.22% 0.54% -
HSV(B) 187.06º 0.31% 0.64% -
XYZ 25.74 30.64 39.68 -
YUV 145.23 138.59 105.01 -
System Red Green Blue C M Y K H S L
Decimal 113 158 164 0.31 0.04 0 0.36 187.06 0.22 0.54
Hex 71 9E A4 1F 4 0 24 BB 16 36
Octal 161 236 244 37 4 0 44 273 26 66
Binary 1110001 10011110 10100100 11111 100 0 100100 10111011 10110 110110

Color Harmonies of #719EA4

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #719EA4

Black with #719EA4

Text Example


Text Example

White with #719EA4

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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