#161464

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

Shades of Midnight Blue #161464

Tints of Midnight Blue #161464

Color information

#161464 (or 0x161464) is unknown color: approx Midnight Blue. HEX triplet: 16, 14 and 64. RGB value is (22,20,100). Sum of RGB (Red+Green+Blue) = 22+20+100=142 (18% of max value = 765). Red value is 22 (8.98% from 255 or 15.49% from 142); Green value is 20 (8.20% from 255 or 14.08% from 142); Blue value is 100 (39.45% from 255 or 70.42% from 142); Max value from RGB is 100 - color contains mainly: blue. Hex color #161464 is not a web safe color. Web safe color analog (approx): #000066. Inversed color of #161464 is #E9EB9B. Grayscale: #1D1D1D. Windows color (decimal): -15330204 or 6558742. OLE color: 6558742.

HSL color Cylindrical-coordinate representation of color #161464: hue angle of 241.5º degrees, saturation: 0.67, lightness: 0.24%. HSV value (or HSB Brightness) of color is 0.39% and HSV saturation: 0.8%. Process color model (Four color, CMYK) of #161464 is Cyan = 0.78, Magento = 0.8, Yellow = 0 and Black (K on CMYK) = 0.61.

Color convert

RGB2220100-
CMYK0.780.800.61
HSL241.5º66.67%23.53%-
HSV(B)241.5º80%39.22%-
XYZ2.881.5912.21-
YUV29.72167.66122.5-

RGB Variations

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

RGB

RED value IS 22 (8.98% from 255) = 15.49%
GREEN value IS 20 (8.20% from 255) = 14.08%
BLUE value IS 100 (39.45% from 255) = 70.42%
R=15.49%
G=14.08%
B=70.42%

CMYK

C (Cyan) values IS 0.78
M (Magenta) values IS 0.8
Y (Yellow) values IS 0
K (Black) values IS 0.61
SystemRedGreenBlueCMYKHSL
Decimal22201000.780.800.61241.566.6723.53
Hex1614644E5003Df24318
Octal262414411612007536210330
Binary1011010100110010010011101010000011110111110010100001111000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #161464

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #161464; }

 p { color: rgb(22,20,100); }

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

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

 a { background-color: rgb(22,20,100); }

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

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

 span { border-color: rgb(22,20,100); }

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