#161B38

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

Shades of Midnight Express #161B38

Tints of Midnight Express #161B38

Color information

#161B38 (or 0x161B38) is unknown color: approx Midnight Express. HEX triplet: 16, 1B and 38. RGB value is (22,27,56). Sum of RGB (Red+Green+Blue) = 22+27+56=105 (13% of max value = 765). Red value is 22 (8.98% from 255 or 20.95% from 105); Green value is 27 (10.94% from 255 or 25.71% from 105); Blue value is 56 (22.27% from 255 or 53.33% from 105); Max value from RGB is 56 - color contains mainly: blue. Hex color #161B38 is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #161B38 is #E9E4C7. Grayscale: #1C1C1C. Windows color (decimal): -15328456 or 3676950. OLE color: 3676950.

HSL color Cylindrical-coordinate representation of color #161B38: hue angle of 231.18º 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 #161B38 is Cyan = 0.61, Magento = 0.52, Yellow = 0 and Black (K on CMYK) = 0.78.

Color convert

RGB222756-
CMYK0.610.5200.78
HSL231.18º43.59%15.29%-
HSV(B)231.18º60.71%21.96%-
XYZ1.441.243.9-
YUV28.81143.34123.14-

RGB Variations

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

RGB

RED value IS 22 (8.98% from 255) = 20.95%
GREEN value IS 27 (10.94% from 255) = 25.71%
BLUE value IS 56 (22.27% from 255) = 53.33%
R=20.95%
G=25.71%
B=53.33%

CMYK

C (Cyan) values IS 0.61
M (Magenta) values IS 0.52
Y (Yellow) values IS 0
K (Black) values IS 0.78
SystemRedGreenBlueCMYKHSL
Decimal2227560.610.5200.78231.1843.5915.29
Hex161B383D3404Ee72cf
Octal263370756401163475417
Binary101101101111100011110111010001001110111001111011001111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #161B38

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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