#160072

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

Shades of Midnight Blue #160072

Tints of Midnight Blue #160072

Color information

#160072 (or 0x160072) is unknown color: approx Midnight Blue. HEX triplet: 16, 00 and 72. RGB value is (22,0,114). Sum of RGB (Red+Green+Blue) = 22+0+114=136 (18% of max value = 765). Red value is 22 (8.98% from 255 or 16.18% from 136); Green value is 0 (0.39% from 255 or 0% from 136); Blue value is 114 (44.92% from 255 or 83.82% from 136); Max value from RGB is 114 - color contains mainly: blue. Hex color #160072 is not a web safe color. Web safe color analog (approx): #000066. Inversed color of #160072 is #E9FF8D. Grayscale: #131313. Windows color (decimal): -15335310 or 7471126. OLE color: 7471126.

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

Color convert

RGB220114-
CMYK0.81100.55
HSL251.58º100%22.35%-
HSV(B)251.58º100%44.71%-
XYZ3.371.3916.01-
YUV19.57181.29129.73-

RGB Variations

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

RGB

RED value IS 22 (8.98% from 255) = 16.18%
GREEN value IS 0 (0.39% from 255) = 0%
BLUE value IS 114 (44.92% from 255) = 83.82%
R=16.18%
G=0%
B=83.82%

CMYK

C (Cyan) values IS 0.81
M (Magenta) values IS 1
Y (Yellow) values IS 0
K (Black) values IS 0.55
SystemRedGreenBlueCMYKHSL
Decimal2201140.81100.55251.5810022.35
Hex160725164037fc6416
Octal26016212114406737414426
Binary101100111001010100011100100011011111111100110010010110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #160072

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #160072; }

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

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

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

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

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

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

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

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