#161A38

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

Shades of Midnight Express #161A38

Tints of Midnight Express #161A38

Color information

#161A38 (or 0x161A38) is unknown color: approx Midnight Express. HEX triplet: 16, 1A and 38. RGB value is (22,26,56). Sum of RGB (Red+Green+Blue) = 22+26+56=104 (13% of max value = 765). Red value is 22 (8.98% from 255 or 21.15% from 104); Green value is 26 (10.55% from 255 or 25% from 104); Blue value is 56 (22.27% from 255 or 53.85% from 104); Max value from RGB is 56 - color contains mainly: blue. Hex color #161A38 is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #161A38 is #E9E5C7. Grayscale: #1C1C1C. Windows color (decimal): -15328712 or 3676694. OLE color: 3676694.

HSL color Cylindrical-coordinate representation of color #161A38: hue angle of 232.94º degrees, saturation: 0.44, lightness: 0.15%. HSV value (or HSB Brightness) of color is 0.22% and HSV saturation: 0.61%. Process color model (Four color, CMYK) of #161A38 is Cyan = 0.61, Magento = 0.54, Yellow = 0 and Black (K on CMYK) = 0.78.

Color convert

RGB222656-
CMYK0.610.5400.78
HSL232.94º43.59%15.29%-
HSV(B)232.94º60.71%21.96%-
XYZ1.411.193.9-
YUV28.22143.67123.56-

RGB Variations

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

RGB

RED value IS 22 (8.98% from 255) = 21.15%
GREEN value IS 26 (10.55% from 255) = 25%
BLUE value IS 56 (22.27% from 255) = 53.85%
R=21.15%
G=25%
B=53.85%

CMYK

C (Cyan) values IS 0.61
M (Magenta) values IS 0.54
Y (Yellow) values IS 0
K (Black) values IS 0.78
SystemRedGreenBlueCMYKHSL
Decimal2226560.610.5400.78232.9443.5915.29
Hex161A383D3604Ee92cf
Octal263270756601163515417
Binary101101101011100011110111011001001110111010011011001111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #161A38

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(22,26,56); }

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

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

 a { background-color: rgb(22,26,56); }

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

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

 span { border-color: rgb(22,26,56); }

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