Html Css Color HEX #739FAA Neptune

📋 copy color: '#739FAA'

red 115 ◦ green 159 ◦ blue 170

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

Shades of Neptune #739FAA

Tints of Neptune #739FAA

RGB

 RED value IS 115 (45.31% from 255) = 25.9%

 GREEN value IS 159 (62.5% from 255) = 35.81%

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

R = 25.9%
G = 35.81%
B = 38.29%

CMYK

 C value IS 0.32

 M value IS 0.06

 Y value IS 0

 K value IS 0.33

RGB Variations

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

Color information

#739FAA (or 0x739FAA) is known color: Neptune. HEX triplet: 73, 9F and AA. RGB value is (115,159,170). Sum of RGB (Red+Green+Blue) = 115+159+170=444 (58% of max value = 765). Red value is 115 (45.31% from 255 or 25.90% from 444); Green value is 159 (62.5% from 255 or 35.81% from 444); Blue value is 170 (66.80% from 255 or 38.29% from 444); Max value from RGB is 170 - color contains mainly: blue. Hex color #739FAA is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #739FAA is #8C6055. Grayscale: #939393. Windows color (decimal): -9199702 or 11181939. OLE color: 11181939.

HSL color Cylindrical-coordinate representation of color #739FAA: hue angle of 192º degrees, saturation: 0.24, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.32%. Process color model (Four color, CMYK) of #739FAA is Cyan = 0.32, Magento = 0.06, Yellow = 0 and Black (K on CMYK) = 0.33.

Color convert

RGB 115 159 170 -
CMYK 0.32 0.06 0 0.33
HSL 192º 0.24% 0.56% -
HSV(B) 192º 0.32% 0.67% -
XYZ 26.72 31.34 42.67 -
YUV 147.1 140.92 105.11 -
System Red Green Blue C M Y K H S L
Decimal 115 159 170 0.32 0.06 0 0.33 192 0.24 0.56
Hex 73 9F AA 20 6 0 21 C0 18 38
Octal 163 237 252 40 6 0 41 300 30 70
Binary 1110011 10011111 10101010 100000 110 0 100001 11000000 11000 111000

Color Harmonies of #739FAA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #739FAA

Black with #739FAA

Text Example


Text Example

White with #739FAA

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #739FAA; }

 p { color: rgb(115,159,170); }

 H1.HeaderClassName
 {
   color: #739FAA;
 }
 .AnyTagClassName
 {
   color: #739FAA;
 }
</style>

background-color css

<style>
 a { background-color: #739FAA; }

 a { background-color: rgb(115,159,170); }

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

border-color css

<style>
 span { border-color: #739FAA; }

 span { border-color: rgb(115,159,170); }

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