#160071

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

Shades of Midnight Blue #160071

Tints of Midnight Blue #160071

Color information

#160071 (or 0x160071) is unknown color: approx Midnight Blue. HEX triplet: 16, 00 and 71. RGB value is (22,0,113). Sum of RGB (Red+Green+Blue) = 22+0+113=135 (17% of max value = 765). Red value is 22 (8.98% from 255 or 16.30% from 135); Green value is 0 (0.39% from 255 or 0% from 135); Blue value is 113 (44.53% from 255 or 83.70% from 135); Max value from RGB is 113 - color contains mainly: blue. Hex color #160071 is not a web safe color. Web safe color analog (approx): #000066. Inversed color of #160071 is #E9FF8E. Grayscale: #131313. Windows color (decimal): -15335311 or 7405590. OLE color: 7405590.

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

Color convert

RGB220113-
CMYK0.81100.56
HSL251.68º100%22.16%-
HSV(B)251.68º100%44.31%-
XYZ3.311.3615.71-
YUV19.46180.79129.81-

RGB Variations

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

RGB

RED value IS 22 (8.98% from 255) = 16.30%
GREEN value IS 0 (0.39% from 255) = 0%
BLUE value IS 113 (44.53% from 255) = 83.70%
R=16.30%
G=0%
B=83.70%

CMYK

C (Cyan) values IS 0.81
M (Magenta) values IS 1
Y (Yellow) values IS 0
K (Black) values IS 0.56
SystemRedGreenBlueCMYKHSL
Decimal2201130.81100.56251.6810022.16
Hex160715164038fc6416
Octal26016112114407037414426
Binary101100111000110100011100100011100011111100110010010110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #160071

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #160071; }

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

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

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

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

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

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

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

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