Html Css Color HEX #719EA3 Neptune

📋 copy color: '#719EA3'

red 113 ◦ green 158 ◦ blue 163

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

Shades of Neptune #719EA3

Tints of Neptune #719EA3

RGB

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

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

 BLUE value IS 163 (64.06% from 255) = 37.56%

R = 26.04%
G = 36.41%
B = 37.56%

CMYK

 C value IS 0.31

 M value IS 0.03

 Y value IS 0

 K value IS 0.36

RGB Variations

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

Color information

#719EA3 (or 0x719EA3) is known color: Neptune. HEX triplet: 71, 9E and A3. RGB value is (113,158,163). Sum of RGB (Red+Green+Blue) = 113+158+163=434 (57% of max value = 765). Red value is 113 (44.53% from 255 or 26.04% from 434); Green value is 158 (62.11% from 255 or 36.41% from 434); Blue value is 163 (64.06% from 255 or 37.56% from 434); Max value from RGB is 163 - color contains mainly: blue. Hex color #719EA3 is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #719EA3 is #8E615C. Grayscale: #919191. Windows color (decimal): -9331037 or 10722929. OLE color: 10722929.

HSL color Cylindrical-coordinate representation of color #719EA3: hue angle of 186º degrees, saturation: 0.21, 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 #719EA3 is Cyan = 0.31, Magento = 0.03, Yellow = 0 and Black (K on CMYK) = 0.36.

Color convert

RGB 113 158 163 -
CMYK 0.31 0.03 0 0.36
HSL 186º 0.21% 0.54% -
HSV(B) 186º 0.31% 0.64% -
XYZ 25.65 30.61 39.21 -
YUV 145.12 138.09 105.09 -
System Red Green Blue C M Y K H S L
Decimal 113 158 163 0.31 0.03 0 0.36 186 0.21 0.54
Hex 71 9E A3 1F 3 0 24 BA 15 36
Octal 161 236 243 37 3 0 44 272 25 66
Binary 1110001 10011110 10100011 11111 11 0 100100 10111010 10101 110110

Color Harmonies of #719EA3

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #719EA3

Black with #719EA3

Text Example


Text Example

White with #719EA3

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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