Html Css Color HEX #729BA0 Neptune

📋 copy color: '#729BA0'

red 114 ◦ green 155 ◦ blue 160

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

Shades of Neptune #729BA0

Tints of Neptune #729BA0

RGB

 RED value IS 114 (44.92% from 255) = 26.57%

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

 BLUE value IS 160 (62.89% from 255) = 37.3%

R = 26.57%
G = 36.13%
B = 37.3%

CMYK

 C value IS 0.29

 M value IS 0.03

 Y value IS 0

 K value IS 0.37

RGB Variations

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

Color information

#729BA0 (or 0x729BA0) is known color: Neptune. HEX triplet: 72, 9B and A0. RGB value is (114,155,160). Sum of RGB (Red+Green+Blue) = 114+155+160=429 (56% of max value = 765). Red value is 114 (44.92% from 255 or 26.57% from 429); Green value is 155 (60.94% from 255 or 36.13% from 429); Blue value is 160 (62.89% from 255 or 37.30% from 429); Max value from RGB is 160 - color contains mainly: blue. Hex color #729BA0 is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #729BA0 is #8D645F. Grayscale: #8F8F8F. Windows color (decimal): -9266272 or 10525554. OLE color: 10525554.

HSL color Cylindrical-coordinate representation of color #729BA0: hue angle of 186.52º degrees, saturation: 0.19, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.63% and HSV saturation: 0.29%. Process color model (Four color, CMYK) of #729BA0 is Cyan = 0.29, Magento = 0.03, Yellow = 0 and Black (K on CMYK) = 0.37.

Color convert

RGB 114 155 160 -
CMYK 0.29 0.03 0 0.37
HSL 186.52º 0.19% 0.54% -
HSV(B) 186.52º 0.29% 0.63% -
XYZ 25.01 29.56 37.65 -
YUV 143.31 137.42 107.09 -
System Red Green Blue C M Y K H S L
Decimal 114 155 160 0.29 0.03 0 0.37 186.52 0.19 0.54
Hex 72 9B A0 1D 3 0 25 BB 13 36
Octal 162 233 240 35 3 0 45 273 23 66
Binary 1110010 10011011 10100000 11101 11 0 100101 10111011 10011 110110

Color Harmonies of #729BA0

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #729BA0

Black with #729BA0

Text Example


Text Example

White with #729BA0

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #729BA0; }

 p { color: rgb(114,155,160); }

 H1.HeaderClassName
 {
   color: #729BA0;
 }
 .AnyTagClassName
 {
   color: #729BA0;
 }
</style>

background-color css

<style>
 a { background-color: #729BA0; }

 a { background-color: rgb(114,155,160); }

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

border-color css

<style>
 span { border-color: #729BA0; }

 span { border-color: rgb(114,155,160); }

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