#140177

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

Shades of Navy #140177

Tints of Navy #140177

Color information

#140177 (or 0x140177) is unknown color: approx Navy. HEX triplet: 14, 01 and 77. RGB value is (20,1,119). Sum of RGB (Red+Green+Blue) = 20+1+119=140 (18% of max value = 765). Red value is 20 (8.20% from 255 or 14.29% from 140); Green value is 1 (0.78% from 255 or 0.71% from 140); Blue value is 119 (46.88% from 255 or 85% from 140); Max value from RGB is 119 - color contains mainly: blue. Hex color #140177 is not a web safe color. Web safe color analog (approx): #000066. Inversed color of #140177 is #EBFE88. Grayscale: #131313. Windows color (decimal): -15466121 or 7799060. OLE color: 7799060.

HSL color Cylindrical-coordinate representation of color #140177: hue angle of 249.66º degrees, saturation: 0.98, lightness: 0.24%. HSV value (or HSB Brightness) of color is 0.47% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #140177 is Cyan = 0.83, Magento = 0.99, Yellow = 0 and Black (K on CMYK) = 0.53.

Color convert

RGB201119-
CMYK0.830.9900.53
HSL249.66º98.33%23.53%-
HSV(B)249.66º99.16%46.67%-
XYZ3.631.517.55-
YUV20.13183.79127.91-

RGB Variations

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

RGB

RED value IS 20 (8.20% from 255) = 14.29%
GREEN value IS 1 (0.78% from 255) = 0.71%
BLUE value IS 119 (46.88% from 255) = 85%
R=14.29%
G=0.71%
B=85%

CMYK

C (Cyan) values IS 0.83
M (Magenta) values IS 0.99
Y (Yellow) values IS 0
K (Black) values IS 0.53
SystemRedGreenBlueCMYKHSL
Decimal2011190.830.9900.53249.6698.3323.53
Hex141775363035fa6218
Octal24116712314306537214230
Binary101001111011110100111100011011010111111010110001011000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #140177

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #140177; }

 p { color: rgb(20,1,119); }

 H1.HeaderClassName
 {
   color: #140177;
 }
 .AnyTagClassName
 {
   color: #140177;
 }
</style>
background-color css

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

 a { background-color: rgb(20,1,119); }

 div.DivClassName
 {
   background-color: #140177;
 }
 .BgClassName
 {
   background-color: #140177;
 }
</style>
border-color css

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

 span { border-color: rgb(20,1,119); }

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