#16204E

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

Shades of Midnight Express #16204E

Tints of Midnight Express #16204E

Color information

#16204E (or 0x16204E) is unknown color: approx Midnight Express. HEX triplet: 16, 20 and 4E. RGB value is (22,32,78). Sum of RGB (Red+Green+Blue) = 22+32+78=132 (17% of max value = 765). Red value is 22 (8.98% from 255 or 16.67% from 132); Green value is 32 (12.89% from 255 or 24.24% from 132); Blue value is 78 (30.86% from 255 or 59.09% from 132); Max value from RGB is 78 - color contains mainly: blue. Hex color #16204E is not a web safe color. Web safe color analog (approx): #003366. Inversed color of #16204E is #E9DFB1. Grayscale: #222222. Windows color (decimal): -15327154 or 5120022. OLE color: 5120022.

HSL color Cylindrical-coordinate representation of color #16204E: hue angle of 229.29º degrees, saturation: 0.56, lightness: 0.2%. HSV value (or HSB Brightness) of color is 0.31% and HSV saturation: 0.72%. Process color model (Four color, CMYK) of #16204E is Cyan = 0.72, Magento = 0.59, Yellow = 0 and Black (K on CMYK) = 0.69.

Color convert

RGB223278-
CMYK0.720.5900.69
HSL229.29º56%19.61%-
HSV(B)229.29º71.79%30.59%-
XYZ2.221.757.43-
YUV34.25152.69119.26-

RGB Variations

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

RGB

RED value IS 22 (8.98% from 255) = 16.67%
GREEN value IS 32 (12.89% from 255) = 24.24%
BLUE value IS 78 (30.86% from 255) = 59.09%
R=16.67%
G=24.24%
B=59.09%

CMYK

C (Cyan) values IS 0.72
M (Magenta) values IS 0.59
Y (Yellow) values IS 0
K (Black) values IS 0.69
SystemRedGreenBlueCMYKHSL
Decimal2232780.720.5900.69229.295619.61
Hex16204E483B045e53814
Octal26401161107301053457024
Binary1011010000010011101001000111011010001011110010111100010100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #16204E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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