#140173

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

Shades of Navy #140173

Tints of Navy #140173

Color information

#140173 (or 0x140173) is unknown color: approx Navy. HEX triplet: 14, 01 and 73. RGB value is (20,1,115). Sum of RGB (Red+Green+Blue) = 20+1+115=136 (18% of max value = 765). Red value is 20 (8.20% from 255 or 14.71% from 136); Green value is 1 (0.78% from 255 or 0.74% from 136); Blue value is 115 (45.31% from 255 or 84.56% from 136); Max value from RGB is 115 - color contains mainly: blue. Hex color #140173 is not a web safe color. Web safe color analog (approx): #000066. Inversed color of #140173 is #EBFE8C. Grayscale: #131313. Windows color (decimal): -15466125 or 7536916. OLE color: 7536916.

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

Color convert

RGB201115-
CMYK0.830.9900.55
HSL250º98.28%22.75%-
HSV(B)250º99.13%45.1%-
XYZ3.391.4116.31-
YUV19.68181.79128.23-

RGB Variations

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

RGB

RED value IS 20 (8.20% from 255) = 14.71%
GREEN value IS 1 (0.78% from 255) = 0.74%
BLUE value IS 115 (45.31% from 255) = 84.56%
R=14.71%
G=0.74%
B=84.56%

CMYK

C (Cyan) values IS 0.83
M (Magenta) values IS 0.99
Y (Yellow) values IS 0
K (Black) values IS 0.55
SystemRedGreenBlueCMYKHSL
Decimal2011150.830.9900.5525098.2822.75
Hex141735363037fa6217
Octal24116312314306737214227
Binary101001111001110100111100011011011111111010110001010111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #140173

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #140173; }

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

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

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

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

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

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

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

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