#161D4D

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

Shades of Midnight Express #161D4D

Tints of Midnight Express #161D4D

Color information

#161D4D (or 0x161D4D) is unknown color: approx Midnight Express. HEX triplet: 16, 1D and 4D. RGB value is (22,29,77). Sum of RGB (Red+Green+Blue) = 22+29+77=128 (16% of max value = 765). Red value is 22 (8.98% from 255 or 17.19% from 128); Green value is 29 (11.72% from 255 or 22.66% from 128); Blue value is 77 (30.47% from 255 or 60.16% from 128); Max value from RGB is 77 - color contains mainly: blue. Hex color #161D4D is not a web safe color. Web safe color analog (approx): #003366. Inversed color of #161D4D is #E9E2B2. Grayscale: #202020. Windows color (decimal): -15327923 or 5053718. OLE color: 5053718.

HSL color Cylindrical-coordinate representation of color #161D4D: hue angle of 232.36º degrees, saturation: 0.56, lightness: 0.19%. HSV value (or HSB Brightness) of color is 0.3% and HSV saturation: 0.71%. Process color model (Four color, CMYK) of #161D4D is Cyan = 0.71, Magento = 0.62, Yellow = 0 and Black (K on CMYK) = 0.70.

Color convert

RGB222977-
CMYK0.710.6200.70
HSL232.36º55.56%19.41%-
HSV(B)232.36º71.43%30.2%-
XYZ2.111.597.22-
YUV32.38153.18120.6-

RGB Variations

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

RGB

RED value IS 22 (8.98% from 255) = 17.19%
GREEN value IS 29 (11.72% from 255) = 22.66%
BLUE value IS 77 (30.47% from 255) = 60.16%
R=17.19%
G=22.66%
B=60.16%

CMYK

C (Cyan) values IS 0.71
M (Magenta) values IS 0.62
Y (Yellow) values IS 0
K (Black) values IS 0.70
SystemRedGreenBlueCMYKHSL
Decimal2229770.710.6200.70232.3655.5619.41
Hex161D4D473E046e83813
Octal26351151077601063507023
Binary101101110110011011000111111110010001101110100011100010011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #161D4D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #161D4D; }

 p { color: rgb(22,29,77); }

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

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

 a { background-color: rgb(22,29,77); }

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

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

 span { border-color: rgb(22,29,77); }

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