#16284A

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

Shades of Midnight Express #16284A

Tints of Midnight Express #16284A

Color information

#16284A (or 0x16284A) is unknown color: approx Midnight Express. HEX triplet: 16, 28 and 4A. RGB value is (22,40,74). Sum of RGB (Red+Green+Blue) = 22+40+74=136 (18% of max value = 765). Red value is 22 (8.98% from 255 or 16.18% from 136); Green value is 40 (16.02% from 255 or 29.41% from 136); Blue value is 74 (29.30% from 255 or 54.41% from 136); Max value from RGB is 74 - color contains mainly: blue. Hex color #16284A is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #16284A is #E9D7B5. Grayscale: #262626. Windows color (decimal): -15325110 or 4859926. OLE color: 4859926.

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

Color convert

RGB224074-
CMYK0.700.4600.71
HSL219.23º54.17%18.82%-
HSV(B)219.23º70.27%29.02%-
XYZ2.332.186.78-
YUV38.49148.04116.24-

RGB Variations

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

RGB

RED value IS 22 (8.98% from 255) = 16.18%
GREEN value IS 40 (16.02% from 255) = 29.41%
BLUE value IS 74 (29.30% from 255) = 54.41%
R=16.18%
G=29.41%
B=54.41%

CMYK

C (Cyan) values IS 0.70
M (Magenta) values IS 0.46
Y (Yellow) values IS 0
K (Black) values IS 0.71
SystemRedGreenBlueCMYKHSL
Decimal2240740.700.4600.71219.2354.1718.82
Hex16284A462E047db3613
Octal26501121065601073336623
Binary1011010100010010101000110101110010001111101101111011010011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #16284A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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