Html Css Color HEX #739BA5 Neptune

📋 copy color: '#739BA5'

red 115 ◦ green 155 ◦ blue 165

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

Shades of Neptune #739BA5

Tints of Neptune #739BA5

RGB

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

 GREEN value IS 155 (60.94% from 255) = 35.63%

 BLUE value IS 165 (64.84% from 255) = 37.93%

R = 26.44%
G = 35.63%
B = 37.93%

CMYK

 C value IS 0.30

 M value IS 0.06

 Y value IS 0

 K value IS 0.35

RGB Variations

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

Color information

#739BA5 (or 0x739BA5) is known color: Neptune. HEX triplet: 73, 9B and A5. RGB value is (115,155,165). Sum of RGB (Red+Green+Blue) = 115+155+165=435 (57% of max value = 765). Red value is 115 (45.31% from 255 or 26.44% from 435); Green value is 155 (60.94% from 255 or 35.63% from 435); Blue value is 165 (64.84% from 255 or 37.93% from 435); Max value from RGB is 165 - color contains mainly: blue. Hex color #739BA5 is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #739BA5 is #8C645A. Grayscale: #909090. Windows color (decimal): -9200731 or 10853235. OLE color: 10853235.

HSL color Cylindrical-coordinate representation of color #739BA5: hue angle of 192º degrees, saturation: 0.22, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.65% and HSV saturation: 0.3%. Process color model (Four color, CMYK) of #739BA5 is Cyan = 0.30, Magento = 0.06, Yellow = 0 and Black (K on CMYK) = 0.35.

Color convert

RGB 115 155 165 -
CMYK 0.30 0.06 0 0.35
HSL 192º 0.22% 0.55% -
HSV(B) 192º 0.3% 0.65% -
XYZ 25.58 29.8 40 -
YUV 144.18 139.75 107.19 -
System Red Green Blue C M Y K H S L
Decimal 115 155 165 0.30 0.06 0 0.35 192 0.22 0.55
Hex 73 9B A5 1E 6 0 23 C0 16 37
Octal 163 233 245 36 6 0 43 300 26 67
Binary 1110011 10011011 10100101 11110 110 0 100011 11000000 10110 110111

Color Harmonies of #739BA5

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #739BA5

Black with #739BA5

Text Example


Text Example

White with #739BA5

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(115,155,165); }

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

background-color css

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

 a { background-color: rgb(115,155,165); }

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

border-color css

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

 span { border-color: rgb(115,155,165); }

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