#160074

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

Shades of Navy #160074

Tints of Navy #160074

Color information

#160074 (or 0x160074) is unknown color: approx Navy. HEX triplet: 16, 00 and 74. RGB value is (22,0,116). Sum of RGB (Red+Green+Blue) = 22+0+116=138 (18% of max value = 765). Red value is 22 (8.98% from 255 or 15.94% from 138); Green value is 0 (0.39% from 255 or 0% from 138); Blue value is 116 (45.70% from 255 or 84.06% from 138); Max value from RGB is 116 - color contains mainly: blue. Hex color #160074 is not a web safe color. Web safe color analog (approx): #000066. Inversed color of #160074 is #E9FF8B. Grayscale: #131313. Windows color (decimal): -15335308 or 7602198. OLE color: 7602198.

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

Color convert

RGB220116-
CMYK0.81100.55
HSL251.38º100%22.75%-
HSV(B)251.38º100%45.49%-
XYZ3.481.4316.62-
YUV19.8182.29129.57-

RGB Variations

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

RGB

RED value IS 22 (8.98% from 255) = 15.94%
GREEN value IS 0 (0.39% from 255) = 0%
BLUE value IS 116 (45.70% from 255) = 84.06%
R=15.94%
G=0%
B=84.06%

CMYK

C (Cyan) values IS 0.81
M (Magenta) values IS 1
Y (Yellow) values IS 0
K (Black) values IS 0.55
SystemRedGreenBlueCMYKHSL
Decimal2201160.81100.55251.3810022.75
Hex160745164037fb6417
Octal26016412114406737314427
Binary101100111010010100011100100011011111111011110010010111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #160074

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #160074; }

 p { color: rgb(22,0,116); }

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

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

 a { background-color: rgb(22,0,116); }

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

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

 span { border-color: rgb(22,0,116); }

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