#160559

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

Shades of Midnight Blue #160559

Tints of Midnight Blue #160559

Color information

#160559 (or 0x160559) is unknown color: approx Midnight Blue. HEX triplet: 16, 05 and 59. RGB value is (22,5,89). Sum of RGB (Red+Green+Blue) = 22+5+89=116 (15% of max value = 765). Red value is 22 (8.98% from 255 or 18.97% from 116); Green value is 5 (2.34% from 255 or 4.31% from 116); Blue value is 89 (35.16% from 255 or 76.72% from 116); Max value from RGB is 89 - color contains mainly: blue. Hex color #160559 is not a web safe color. Web safe color analog (approx): #000066. Inversed color of #160559 is #E9FAA6. Grayscale: #131313. Windows color (decimal): -15334055 or 5834006. OLE color: 5834006.

HSL color Cylindrical-coordinate representation of color #160559: hue angle of 252.14º degrees, saturation: 0.89, lightness: 0.18%. HSV value (or HSB Brightness) of color is 0.35% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #160559 is Cyan = 0.75, Magento = 0.94, Yellow = 0 and Black (K on CMYK) = 0.65.

Color convert

RGB22589-
CMYK0.750.9400.65
HSL252.14º89.36%18.43%-
HSV(B)252.14º94.38%34.9%-
XYZ2.1919.53-
YUV19.66167.13129.67-

RGB Variations

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

RGB

RED value IS 22 (8.98% from 255) = 18.97%
GREEN value IS 5 (2.34% from 255) = 4.31%
BLUE value IS 89 (35.16% from 255) = 76.72%
R=18.97%
G=4.31%
B=76.72%

CMYK

C (Cyan) values IS 0.75
M (Magenta) values IS 0.94
Y (Yellow) values IS 0
K (Black) values IS 0.65
SystemRedGreenBlueCMYKHSL
Decimal225890.750.9400.65252.1489.3618.43
Hex165594B5E041fc5912
Octal265131113136010137413122
Binary101101011011001100101110111100100000111111100101100110010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #160559

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #160559; }

 p { color: rgb(22,5,89); }

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

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

 a { background-color: rgb(22,5,89); }

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

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

 span { border-color: rgb(22,5,89); }

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