#16224A

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

Shades of Midnight Express #16224A

Tints of Midnight Express #16224A

Color information

#16224A (or 0x16224A) is unknown color: approx Midnight Express. HEX triplet: 16, 22 and 4A. RGB value is (22,34,74). Sum of RGB (Red+Green+Blue) = 22+34+74=130 (17% of max value = 765). Red value is 22 (8.98% from 255 or 16.92% from 130); Green value is 34 (13.67% from 255 or 26.15% from 130); Blue value is 74 (29.30% from 255 or 56.92% from 130); Max value from RGB is 74 - color contains mainly: blue. Hex color #16224A is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #16224A is #E9DDB5. Grayscale: #222222. Windows color (decimal): -15326646 or 4858390. OLE color: 4858390.

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

Color convert

RGB223474-
CMYK0.700.5400.71
HSL226.15º54.17%18.82%-
HSV(B)226.15º70.27%29.02%-
XYZ2.141.816.72-
YUV34.97150.02118.75-

RGB Variations

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

RGB

RED value IS 22 (8.98% from 255) = 16.92%
GREEN value IS 34 (13.67% from 255) = 26.15%
BLUE value IS 74 (29.30% from 255) = 56.92%
R=16.92%
G=26.15%
B=56.92%

CMYK

C (Cyan) values IS 0.70
M (Magenta) values IS 0.54
Y (Yellow) values IS 0
K (Black) values IS 0.71
SystemRedGreenBlueCMYKHSL
Decimal2234740.700.5400.71226.1554.1718.82
Hex16224A4636047e23613
Octal26421121066601073426623
Binary1011010001010010101000110110110010001111110001011011010011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #16224A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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