#16204A

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

Shades of Midnight Express #16204A

Tints of Midnight Express #16204A

Color information

#16204A (or 0x16204A) is unknown color: approx Midnight Express. HEX triplet: 16, 20 and 4A. RGB value is (22,32,74). Sum of RGB (Red+Green+Blue) = 22+32+74=128 (16% of max value = 765). Red value is 22 (8.98% from 255 or 17.19% from 128); Green value is 32 (12.89% from 255 or 25% from 128); Blue value is 74 (29.30% from 255 or 57.81% from 128); Max value from RGB is 74 - color contains mainly: blue. Hex color #16204A is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #16204A is #E9DFB5. Grayscale: #212121. Windows color (decimal): -15327158 or 4857878. OLE color: 4857878.

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

Color convert

RGB223274-
CMYK0.700.5700.71
HSL228.46º54.17%18.82%-
HSV(B)228.46º70.27%29.02%-
XYZ2.081.76.7-
YUV33.8150.69119.58-

RGB Variations

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

RGB

RED value IS 22 (8.98% from 255) = 17.19%
GREEN value IS 32 (12.89% from 255) = 25%
BLUE value IS 74 (29.30% from 255) = 57.81%
R=17.19%
G=25%
B=57.81%

CMYK

C (Cyan) values IS 0.70
M (Magenta) values IS 0.57
Y (Yellow) values IS 0
K (Black) values IS 0.71
SystemRedGreenBlueCMYKHSL
Decimal2232740.700.5700.71228.4654.1718.82
Hex16204A4639047e43613
Octal26401121067101073446623
Binary1011010000010010101000110111001010001111110010011011010011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #16204A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #16204A; }

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

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

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

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

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

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

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

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