#140179

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

Shades of Navy #140179

Tints of Navy #140179

Color information

#140179 (or 0x140179) is unknown color: approx Navy. HEX triplet: 14, 01 and 79. RGB value is (20,1,121). Sum of RGB (Red+Green+Blue) = 20+1+121=142 (18% of max value = 765). Red value is 20 (8.20% from 255 or 14.08% from 142); Green value is 1 (0.78% from 255 or 0.70% from 142); Blue value is 121 (47.66% from 255 or 85.21% from 142); Max value from RGB is 121 - color contains mainly: blue. Hex color #140179 is not a web safe color. Web safe color analog (approx): #000066. Inversed color of #140179 is #EBFE86. Grayscale: #131313. Windows color (decimal): -15466119 or 7930132. OLE color: 7930132.

HSL color Cylindrical-coordinate representation of color #140179: hue angle of 249.5º 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 #140179 is Cyan = 0.83, Magento = 0.99, Yellow = 0 and Black (K on CMYK) = 0.53.

Color convert

RGB201121-
CMYK0.830.9900.53
HSL249.5º98.36%23.92%-
HSV(B)249.5º99.17%47.45%-
XYZ3.751.5518.19-
YUV20.36184.79127.74-

RGB Variations

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

RGB

RED value IS 20 (8.20% from 255) = 14.08%
GREEN value IS 1 (0.78% from 255) = 0.70%
BLUE value IS 121 (47.66% from 255) = 85.21%
R=14.08%
G=0.70%
B=85.21%

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
Decimal2011210.830.9900.53249.598.3623.92
Hex141795363035fa6218
Octal24117112314306537214230
Binary101001111100110100111100011011010111111010110001011000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #140179

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #140179; }

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

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

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

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

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

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

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

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