#161949

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

Shades of Midnight Express #161949

Tints of Midnight Express #161949

Color information

#161949 (or 0x161949) is unknown color: approx Midnight Express. HEX triplet: 16, 19 and 49. RGB value is (22,25,73). Sum of RGB (Red+Green+Blue) = 22+25+73=120 (15% of max value = 765). Red value is 22 (8.98% from 255 or 18.33% from 120); Green value is 25 (10.16% from 255 or 20.83% from 120); Blue value is 73 (28.91% from 255 or 60.83% from 120); Max value from RGB is 73 - color contains mainly: blue. Hex color #161949 is not a web safe color. Web safe color analog (approx): #000033. Inversed color of #161949 is #E9E6B6. Grayscale: #1D1D1D. Windows color (decimal): -15328951 or 4790550. OLE color: 4790550.

HSL color Cylindrical-coordinate representation of color #161949: hue angle of 236.47º degrees, saturation: 0.54, lightness: 0.19%. HSV value (or HSB Brightness) of color is 0.29% and HSV saturation: 0.7%. Process color model (Four color, CMYK) of #161949 is Cyan = 0.70, Magento = 0.66, Yellow = 0 and Black (K on CMYK) = 0.71.

Color convert

RGB222573-
CMYK0.700.6600.71
HSL236.47º53.68%18.63%-
HSV(B)236.47º69.86%28.63%-
XYZ1.881.356.46-
YUV29.58152.51122.6-

RGB Variations

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

RGB

RED value IS 22 (8.98% from 255) = 18.33%
GREEN value IS 25 (10.16% from 255) = 20.83%
BLUE value IS 73 (28.91% from 255) = 60.83%
R=18.33%
G=20.83%
B=60.83%

CMYK

C (Cyan) values IS 0.70
M (Magenta) values IS 0.66
Y (Yellow) values IS 0
K (Black) values IS 0.71
SystemRedGreenBlueCMYKHSL
Decimal2225730.700.6600.71236.4753.6818.63
Hex1619494642047ec3613
Octal263111110610201073546623
Binary1011011001100100110001101000010010001111110110011011010011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #161949

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #161949; }

 p { color: rgb(22,25,73); }

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

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

 a { background-color: rgb(22,25,73); }

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

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

 span { border-color: rgb(22,25,73); }

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