#140176

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

Shades of Navy #140176

Tints of Navy #140176

Color information

#140176 (or 0x140176) is unknown color: approx Navy. HEX triplet: 14, 01 and 76. RGB value is (20,1,118). Sum of RGB (Red+Green+Blue) = 20+1+118=139 (18% of max value = 765). Red value is 20 (8.20% from 255 or 14.39% from 139); Green value is 1 (0.78% from 255 or 0.72% from 139); Blue value is 118 (46.48% from 255 or 84.89% from 139); Max value from RGB is 118 - color contains mainly: blue. Hex color #140176 is not a web safe color. Web safe color analog (approx): #000066. Inversed color of #140176 is #EBFE89. Grayscale: #131313. Windows color (decimal): -15466122 or 7733524. OLE color: 7733524.

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

Color convert

RGB201118-
CMYK0.830.9900.54
HSL249.74º98.32%23.33%-
HSV(B)249.74º99.15%46.27%-
XYZ3.571.4817.24-
YUV20.02183.29127.99-

RGB Variations

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

RGB

RED value IS 20 (8.20% from 255) = 14.39%
GREEN value IS 1 (0.78% from 255) = 0.72%
BLUE value IS 118 (46.48% from 255) = 84.89%
R=14.39%
G=0.72%
B=84.89%

CMYK

C (Cyan) values IS 0.83
M (Magenta) values IS 0.99
Y (Yellow) values IS 0
K (Black) values IS 0.54
SystemRedGreenBlueCMYKHSL
Decimal2011180.830.9900.54249.7498.3223.33
Hex141765363036fa6217
Octal24116612314306637214227
Binary101001111011010100111100011011011011111010110001010111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #140176

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #140176; }

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

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

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

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

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

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

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

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