#161C4A

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

Shades of Midnight Express #161C4A

Tints of Midnight Express #161C4A

Color information

#161C4A (or 0x161C4A) is unknown color: approx Midnight Express. HEX triplet: 16, 1C and 4A. RGB value is (22,28,74). Sum of RGB (Red+Green+Blue) = 22+28+74=124 (16% of max value = 765). Red value is 22 (8.98% from 255 or 17.74% from 124); Green value is 28 (11.33% from 255 or 22.58% from 124); Blue value is 74 (29.30% from 255 or 59.68% from 124); Max value from RGB is 74 - color contains mainly: blue. Hex color #161C4A is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #161C4A is #E9E3B5. Grayscale: #1F1F1F. Windows color (decimal): -15328182 or 4856854. OLE color: 4856854.

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

Color convert

RGB222874-
CMYK0.700.6200.71
HSL233.08º54.17%18.82%-
HSV(B)233.08º70.27%29.02%-
XYZ1.981.56.66-
YUV31.45152.01121.26-

RGB Variations

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

RGB

RED value IS 22 (8.98% from 255) = 17.74%
GREEN value IS 28 (11.33% from 255) = 22.58%
BLUE value IS 74 (29.30% from 255) = 59.68%
R=17.74%
G=22.58%
B=59.68%

CMYK

C (Cyan) values IS 0.70
M (Magenta) values IS 0.62
Y (Yellow) values IS 0
K (Black) values IS 0.71
SystemRedGreenBlueCMYKHSL
Decimal2228740.700.6200.71233.0854.1718.82
Hex161C4A463E047e93613
Octal26341121067601073516623
Binary101101110010010101000110111110010001111110100111011010011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #161C4A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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