#160057

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

Shades of Midnight Blue #160057

Tints of Midnight Blue #160057

Color information

#160057 (or 0x160057) is unknown color: approx Midnight Blue. HEX triplet: 16, 00 and 57. RGB value is (22,0,87). Sum of RGB (Red+Green+Blue) = 22+0+87=109 (14% of max value = 765). Red value is 22 (8.98% from 255 or 20.18% from 109); Green value is 0 (0.39% from 255 or 0% from 109); Blue value is 87 (34.38% from 255 or 79.82% from 109); Max value from RGB is 87 - color contains mainly: blue. Hex color #160057 is not a web safe color. Web safe color analog (approx): #000066. Inversed color of #160057 is #E9FFA8. Grayscale: #101010. Windows color (decimal): -15335337 or 5701654. OLE color: 5701654.

HSL color Cylindrical-coordinate representation of color #160057: hue angle of 255.17º degrees, saturation: 1, lightness: 0.17%. HSV value (or HSB Brightness) of color is 0.34% and HSV saturation: 1%. Process color model (Four color, CMYK) of #160057 is Cyan = 0.75, Magento = 1, Yellow = 0 and Black (K on CMYK) = 0.66.

Color convert

RGB22087-
CMYK0.75100.66
HSL255.17º100%17.06%-
HSV(B)255.17º100%34.12%-
XYZ2.050.869.07-
YUV16.5167.79131.93-

RGB Variations

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

RGB

RED value IS 22 (8.98% from 255) = 20.18%
GREEN value IS 0 (0.39% from 255) = 0%
BLUE value IS 87 (34.38% from 255) = 79.82%
R=20.18%
G=0%
B=79.82%

CMYK

C (Cyan) values IS 0.75
M (Magenta) values IS 1
Y (Yellow) values IS 0
K (Black) values IS 0.66
SystemRedGreenBlueCMYKHSL
Decimal220870.75100.66255.1710017.06
Hex160574B64042ff6411
Octal260127113144010237714421
Binary1011001010111100101111001000100001011111111110010010001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #160057

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #160057; }

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

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

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

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

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

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

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

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