#719CAA

Color #719CAA Neptune (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Neptune #719CAA

Tints of Neptune #719CAA

Color information

#719CAA (or 0x719CAA) is unknown color: approx 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

RGB113156170-
CMYK0.340.0800.33
HSL194.74º25.11%55.49%-
HSV(B)194.74º33.53%66.67%-
XYZ25.9530.1942.49-
YUV144.74142.25105.36-

RGB Variations

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

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.80% from 255) = 38.72%
R=25.74%
G=35.54%
B=38.72%

CMYK

C (Cyan) values IS 0.34
M (Magenta) values IS 0.08
Y (Yellow) values IS 0
K (Black) values IS 0.33
SystemRedGreenBlueCMYKHSL
Decimal1131561700.340.0800.33194.7425.1155.49
Hex719CAA228021c31937
Octal16123425242100413033167
Binary11100011001110010101010100010100001000011100001111001110111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #719CAA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb 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>