#18224A

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

Shades of Midnight Express #18224A

Tints of Midnight Express #18224A

Color information

#18224A (or 0x18224A) is unknown color: approx Midnight Express. HEX triplet: 18, 22 and 4A. RGB value is (24,34,74). Sum of RGB (Red+Green+Blue) = 24+34+74=132 (17% of max value = 765). Red value is 24 (9.77% from 255 or 18.18% from 132); Green value is 34 (13.67% from 255 or 25.76% from 132); Blue value is 74 (29.30% from 255 or 56.06% from 132); Max value from RGB is 74 - color contains mainly: blue. Hex color #18224A is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #18224A is #E7DDB5. Grayscale: #232323. Windows color (decimal): -15195574 or 4858392. OLE color: 4858392.

HSL color Cylindrical-coordinate representation of color #18224A: hue angle of 228º degrees, saturation: 0.51, lightness: 0.19%. HSV value (or HSB Brightness) of color is 0.29% and HSV saturation: 0.68%. Process color model (Four color, CMYK) of #18224A is Cyan = 0.68, Magento = 0.54, Yellow = 0 and Black (K on CMYK) = 0.71.

Color convert

RGB243474-
CMYK0.680.5400.71
HSL228º51.02%19.22%-
HSV(B)228º67.57%29.02%-
XYZ2.181.836.72-
YUV35.57149.69119.75-

RGB Variations

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

RGB

RED value IS 24 (9.77% from 255) = 18.18%
GREEN value IS 34 (13.67% from 255) = 25.76%
BLUE value IS 74 (29.30% from 255) = 56.06%
R=18.18%
G=25.76%
B=56.06%

CMYK

C (Cyan) values IS 0.68
M (Magenta) values IS 0.54
Y (Yellow) values IS 0
K (Black) values IS 0.71
SystemRedGreenBlueCMYKHSL
Decimal2434740.680.5400.7122851.0219.22
Hex18224A4436047e43313
Octal30421121046601073446323
Binary1100010001010010101000100110110010001111110010011001110011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #18224A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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