#160471

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

Shades of Midnight Blue #160471

Tints of Midnight Blue #160471

Color information

#160471 (or 0x160471) is unknown color: approx Midnight Blue. HEX triplet: 16, 04 and 71. RGB value is (22,4,113). Sum of RGB (Red+Green+Blue) = 22+4+113=139 (18% of max value = 765). Red value is 22 (8.98% from 255 or 15.83% from 139); Green value is 4 (1.95% from 255 or 2.88% from 139); Blue value is 113 (44.53% from 255 or 81.29% from 139); Max value from RGB is 113 - color contains mainly: blue. Hex color #160471 is not a web safe color. Web safe color analog (approx): #000066. Inversed color of #160471 is #E9FB8E. Grayscale: #151515. Windows color (decimal): -15334287 or 7406614. OLE color: 7406614.

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

Color convert

RGB224113-
CMYK0.810.9600.56
HSL249.91º93.16%22.94%-
HSV(B)249.91º96.46%44.31%-
XYZ3.351.4515.73-
YUV21.81179.46128.14-

RGB Variations

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

RGB

RED value IS 22 (8.98% from 255) = 15.83%
GREEN value IS 4 (1.95% from 255) = 2.88%
BLUE value IS 113 (44.53% from 255) = 81.29%
R=15.83%
G=2.88%
B=81.29%

CMYK

C (Cyan) values IS 0.81
M (Magenta) values IS 0.96
Y (Yellow) values IS 0
K (Black) values IS 0.56
SystemRedGreenBlueCMYKHSL
Decimal2241130.810.9600.56249.9193.1622.94
Hex164715160038fa5d17
Octal26416112114007037213527
Binary10110100111000110100011100000011100011111010101110110111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #160471

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #160471; }

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

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

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

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

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

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

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

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