#161C4D

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

Shades of Midnight Express #161C4D

Tints of Midnight Express #161C4D

Color information

#161C4D (or 0x161C4D) is unknown color: approx Midnight Express. HEX triplet: 16, 1C and 4D. RGB value is (22,28,77). Sum of RGB (Red+Green+Blue) = 22+28+77=127 (16% of max value = 765). Red value is 22 (8.98% from 255 or 17.32% from 127); Green value is 28 (11.33% from 255 or 22.05% from 127); Blue value is 77 (30.47% from 255 or 60.63% from 127); Max value from RGB is 77 - color contains mainly: blue. Hex color #161C4D is not a web safe color. Web safe color analog (approx): #003366. Inversed color of #161C4D is #E9E3B2. Grayscale: #1F1F1F. Windows color (decimal): -15328179 or 5053462. OLE color: 5053462.

HSL color Cylindrical-coordinate representation of color #161C4D: hue angle of 233.45º 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 #161C4D is Cyan = 0.71, Magento = 0.64, Yellow = 0 and Black (K on CMYK) = 0.70.

Color convert

RGB222877-
CMYK0.710.6400.70
HSL233.45º55.56%19.41%-
HSV(B)233.45º71.43%30.2%-
XYZ2.091.547.21-
YUV31.79153.51121.02-

RGB Variations

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

RGB

RED value IS 22 (8.98% from 255) = 17.32%
GREEN value IS 28 (11.33% from 255) = 22.05%
BLUE value IS 77 (30.47% from 255) = 60.63%
R=17.32%
G=22.05%
B=60.63%

CMYK

C (Cyan) values IS 0.71
M (Magenta) values IS 0.64
Y (Yellow) values IS 0
K (Black) values IS 0.70
SystemRedGreenBlueCMYKHSL
Decimal2228770.710.6400.70233.4555.5619.41
Hex161C4D4740046e93813
Octal263411510710001063517023
Binary1011011100100110110001111000000010001101110100111100010011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #161C4D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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