#160473

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

Shades of Midnight Blue #160473

Tints of Midnight Blue #160473

Color information

#160473 (or 0x160473) is unknown color: approx Midnight Blue. HEX triplet: 16, 04 and 73. RGB value is (22,4,115). Sum of RGB (Red+Green+Blue) = 22+4+115=141 (18% of max value = 765). Red value is 22 (8.98% from 255 or 15.60% from 141); Green value is 4 (1.95% from 255 or 2.84% from 141); Blue value is 115 (45.31% from 255 or 81.56% from 141); Max value from RGB is 115 - color contains mainly: blue. Hex color #160473 is not a web safe color. Web safe color analog (approx): #000066. Inversed color of #160473 is #E9FB8C. Grayscale: #151515. Windows color (decimal): -15334285 or 7537686. OLE color: 7537686.

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

Color convert

RGB224115-
CMYK0.810.9700.55
HSL249.73º93.28%23.33%-
HSV(B)249.73º96.52%45.1%-
XYZ3.471.516.33-
YUV22.04180.46127.97-

RGB Variations

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

RGB

RED value IS 22 (8.98% from 255) = 15.60%
GREEN value IS 4 (1.95% from 255) = 2.84%
BLUE value IS 115 (45.31% from 255) = 81.56%
R=15.60%
G=2.84%
B=81.56%

CMYK

C (Cyan) values IS 0.81
M (Magenta) values IS 0.97
Y (Yellow) values IS 0
K (Black) values IS 0.55
SystemRedGreenBlueCMYKHSL
Decimal2241150.810.9700.55249.7393.2823.33
Hex164735161037fa5d17
Octal26416312114106737213527
Binary10110100111001110100011100001011011111111010101110110111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #160473

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #160473; }

 p { color: rgb(22,4,115); }

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

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

 a { background-color: rgb(22,4,115); }

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

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

 span { border-color: rgb(22,4,115); }

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