#160771

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

Shades of Midnight Blue #160771

Tints of Midnight Blue #160771

Color information

#160771 (or 0x160771) is unknown color: approx Midnight Blue. HEX triplet: 16, 07 and 71. RGB value is (22,7,113). Sum of RGB (Red+Green+Blue) = 22+7+113=142 (18% of max value = 765). Red value is 22 (8.98% from 255 or 15.49% from 142); Green value is 7 (3.12% from 255 or 4.93% from 142); Blue value is 113 (44.53% from 255 or 79.58% from 142); Max value from RGB is 113 - color contains mainly: blue. Hex color #160771 is not a web safe color. Web safe color analog (approx): #000066. Inversed color of #160771 is #E9F88E. Grayscale: #171717. Windows color (decimal): -15333519 or 7407382. OLE color: 7407382.

HSL color Cylindrical-coordinate representation of color #160771: hue angle of 248.49º degrees, saturation: 0.88, lightness: 0.24%. HSV value (or HSB Brightness) of color is 0.44% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #160771 is Cyan = 0.81, Magento = 0.94, Yellow = 0 and Black (K on CMYK) = 0.56.

Color convert

RGB227113-
CMYK0.810.9400.56
HSL248.49º88.33%23.53%-
HSV(B)248.49º93.81%44.31%-
XYZ3.391.5115.74-
YUV23.57178.47126.88-

RGB Variations

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

RGB

RED value IS 22 (8.98% from 255) = 15.49%
GREEN value IS 7 (3.12% from 255) = 4.93%
BLUE value IS 113 (44.53% from 255) = 79.58%
R=15.49%
G=4.93%
B=79.58%

CMYK

C (Cyan) values IS 0.81
M (Magenta) values IS 0.94
Y (Yellow) values IS 0
K (Black) values IS 0.56
SystemRedGreenBlueCMYKHSL
Decimal2271130.810.9400.56248.4988.3323.53
Hex16771515E038f85818
Octal26716112113607037013030
Binary10110111111000110100011011110011100011111000101100011000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #160771

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #160771; }

 p { color: rgb(22,7,113); }

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

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

 a { background-color: rgb(22,7,113); }

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

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

 span { border-color: rgb(22,7,113); }

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