#16224E

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

Shades of Midnight Express #16224E

Tints of Midnight Express #16224E

Color information

#16224E (or 0x16224E) is unknown color: approx Midnight Express. HEX triplet: 16, 22 and 4E. RGB value is (22,34,78). Sum of RGB (Red+Green+Blue) = 22+34+78=134 (17% of max value = 765). Red value is 22 (8.98% from 255 or 16.42% from 134); Green value is 34 (13.67% from 255 or 25.37% from 134); Blue value is 78 (30.86% from 255 or 58.21% from 134); Max value from RGB is 78 - color contains mainly: blue. Hex color #16224E is not a web safe color. Web safe color analog (approx): #003366. Inversed color of #16224E is #E9DDB1. Grayscale: #232323. Windows color (decimal): -15326642 or 5120534. OLE color: 5120534.

HSL color Cylindrical-coordinate representation of color #16224E: hue angle of 227.14º 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 #16224E is Cyan = 0.72, Magento = 0.56, Yellow = 0 and Black (K on CMYK) = 0.69.

Color convert

RGB223478-
CMYK0.720.5600.69
HSL227.14º56%19.61%-
HSV(B)227.14º71.79%30.59%-
XYZ2.281.867.45-
YUV35.43152.02118.42-

RGB Variations

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

RGB

RED value IS 22 (8.98% from 255) = 16.42%
GREEN value IS 34 (13.67% from 255) = 25.37%
BLUE value IS 78 (30.86% from 255) = 58.21%
R=16.42%
G=25.37%
B=58.21%

CMYK

C (Cyan) values IS 0.72
M (Magenta) values IS 0.56
Y (Yellow) values IS 0
K (Black) values IS 0.69
SystemRedGreenBlueCMYKHSL
Decimal2234780.720.5600.69227.145619.61
Hex16224E4838045e33814
Octal26421161107001053437024
Binary1011010001010011101001000111000010001011110001111100010100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #16224E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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