#16204C

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

Shades of Midnight Express #16204C

Tints of Midnight Express #16204C

Color information

#16204C (or 0x16204C) is unknown color: approx Midnight Express. HEX triplet: 16, 20 and 4C. RGB value is (22,32,76). Sum of RGB (Red+Green+Blue) = 22+32+76=130 (17% of max value = 765). Red value is 22 (8.98% from 255 or 16.92% from 130); Green value is 32 (12.89% from 255 or 24.62% from 130); Blue value is 76 (30.08% from 255 or 58.46% from 130); Max value from RGB is 76 - color contains mainly: blue. Hex color #16204C is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #16204C is #E9DFB3. Grayscale: #212121. Windows color (decimal): -15327156 or 4988950. OLE color: 4988950.

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

Color convert

RGB223276-
CMYK0.710.5800.70
HSL228.89º55.1%19.22%-
HSV(B)228.89º71.05%29.8%-
XYZ2.151.737.06-
YUV34.03151.69119.42-

RGB Variations

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

RGB

RED value IS 22 (8.98% from 255) = 16.92%
GREEN value IS 32 (12.89% from 255) = 24.62%
BLUE value IS 76 (30.08% from 255) = 58.46%
R=16.92%
G=24.62%
B=58.46%

CMYK

C (Cyan) values IS 0.71
M (Magenta) values IS 0.58
Y (Yellow) values IS 0
K (Black) values IS 0.70
SystemRedGreenBlueCMYKHSL
Decimal2232760.710.5800.70228.8955.119.22
Hex16204C473A046e53713
Octal26401141077201063456723
Binary1011010000010011001000111111010010001101110010111011110011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #16204C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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