#160D72

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

Shades of Midnight Blue #160D72

Tints of Midnight Blue #160D72

Color information

#160D72 (or 0x160D72) is unknown color: approx Midnight Blue. HEX triplet: 16, 0D and 72. RGB value is (22,13,114). Sum of RGB (Red+Green+Blue) = 22+13+114=149 (19% of max value = 765). Red value is 22 (8.98% from 255 or 14.77% from 149); Green value is 13 (5.47% from 255 or 8.72% from 149); Blue value is 114 (44.92% from 255 or 76.51% from 149); Max value from RGB is 114 - color contains mainly: blue. Hex color #160D72 is not a web safe color. Web safe color analog (approx): #000066. Inversed color of #160D72 is #E9F28D. Grayscale: #1A1A1A. Windows color (decimal): -15331982 or 7474454. OLE color: 7474454.

HSL color Cylindrical-coordinate representation of color #160D72: hue angle of 245.35º degrees, saturation: 0.8, lightness: 0.25%. HSV value (or HSB Brightness) of color is 0.45% and HSV saturation: 0.89%. Process color model (Four color, CMYK) of #160D72 is Cyan = 0.81, Magento = 0.89, Yellow = 0 and Black (K on CMYK) = 0.55.

Color convert

RGB2213114-
CMYK0.810.8900.55
HSL245.35º79.53%24.9%-
HSV(B)245.35º88.6%44.71%-
XYZ3.511.6716.06-
YUV27.2176.98124.29-

RGB Variations

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

RGB

RED value IS 22 (8.98% from 255) = 14.77%
GREEN value IS 13 (5.47% from 255) = 8.72%
BLUE value IS 114 (44.92% from 255) = 76.51%
R=14.77%
G=8.72%
B=76.51%

CMYK

C (Cyan) values IS 0.81
M (Magenta) values IS 0.89
Y (Yellow) values IS 0
K (Black) values IS 0.55
SystemRedGreenBlueCMYKHSL
Decimal22131140.810.8900.55245.3579.5324.9
Hex16D725159037f55019
Octal261516212113106736512031
Binary101101101111001010100011011001011011111110101101000011001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #160D72

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #160D72; }

 p { color: rgb(22,13,114); }

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

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

 a { background-color: rgb(22,13,114); }

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

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

 span { border-color: rgb(22,13,114); }

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