#16264A

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

Shades of Midnight Express #16264A

Tints of Midnight Express #16264A

Color information

#16264A (or 0x16264A) is unknown color: approx Midnight Express. HEX triplet: 16, 26 and 4A. RGB value is (22,38,74). Sum of RGB (Red+Green+Blue) = 22+38+74=134 (17% of max value = 765). Red value is 22 (8.98% from 255 or 16.42% from 134); Green value is 38 (15.23% from 255 or 28.36% from 134); Blue value is 74 (29.30% from 255 or 55.22% from 134); Max value from RGB is 74 - color contains mainly: blue. Hex color #16264A is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #16264A is #E9D9B5. Grayscale: #252525. Windows color (decimal): -15325622 or 4859414. OLE color: 4859414.

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

Color convert

RGB223874-
CMYK0.700.4900.71
HSL221.54º54.17%18.82%-
HSV(B)221.54º70.27%29.02%-
XYZ2.262.056.76-
YUV37.32148.7117.07-

RGB Variations

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

RGB

RED value IS 22 (8.98% from 255) = 16.42%
GREEN value IS 38 (15.23% from 255) = 28.36%
BLUE value IS 74 (29.30% from 255) = 55.22%
R=16.42%
G=28.36%
B=55.22%

CMYK

C (Cyan) values IS 0.70
M (Magenta) values IS 0.49
Y (Yellow) values IS 0
K (Black) values IS 0.71
SystemRedGreenBlueCMYKHSL
Decimal2238740.700.4900.71221.5454.1718.82
Hex16264A4631047de3613
Octal26461121066101073366623
Binary1011010011010010101000110110001010001111101111011011010011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #16264A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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