#16224D

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

Shades of Midnight Express #16224D

Tints of Midnight Express #16224D

Color information

#16224D (or 0x16224D) is unknown color: approx Midnight Express. HEX triplet: 16, 22 and 4D. RGB value is (22,34,77). Sum of RGB (Red+Green+Blue) = 22+34+77=133 (17% of max value = 765). Red value is 22 (8.98% from 255 or 16.54% from 133); Green value is 34 (13.67% from 255 or 25.56% from 133); Blue value is 77 (30.47% from 255 or 57.89% from 133); Max value from RGB is 77 - color contains mainly: blue. Hex color #16224D is not a web safe color. Web safe color analog (approx): #003366. Inversed color of #16224D is #E9DDB2. Grayscale: #232323. Windows color (decimal): -15326643 or 5054998. OLE color: 5054998.

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

Color convert

RGB223477-
CMYK0.710.5600.70
HSL226.91º55.56%19.41%-
HSV(B)226.91º71.43%30.2%-
XYZ2.241.857.26-
YUV35.31151.52118.5-

RGB Variations

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

RGB

RED value IS 22 (8.98% from 255) = 16.54%
GREEN value IS 34 (13.67% from 255) = 25.56%
BLUE value IS 77 (30.47% from 255) = 57.89%
R=16.54%
G=25.56%
B=57.89%

CMYK

C (Cyan) values IS 0.71
M (Magenta) values IS 0.56
Y (Yellow) values IS 0
K (Black) values IS 0.70
SystemRedGreenBlueCMYKHSL
Decimal2234770.710.5600.70226.9155.5619.41
Hex16224D4738046e33813
Octal26421151077001063437023
Binary1011010001010011011000111111000010001101110001111100010011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #16224D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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