#181A42

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

Shades of Midnight Express #181A42

Tints of Midnight Express #181A42

Color information

#181A42 (or 0x181A42) is unknown color: approx Midnight Express. HEX triplet: 18, 1A and 42. RGB value is (24,26,66). Sum of RGB (Red+Green+Blue) = 24+26+66=116 (15% of max value = 765). Red value is 24 (9.77% from 255 or 20.69% from 116); Green value is 26 (10.55% from 255 or 22.41% from 116); Blue value is 66 (26.17% from 255 or 56.90% from 116); Max value from RGB is 66 - color contains mainly: blue. Hex color #181A42 is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #181A42 is #E7E5BD. Grayscale: #1D1D1D. Windows color (decimal): -15197630 or 4332056. OLE color: 4332056.

HSL color Cylindrical-coordinate representation of color #181A42: hue angle of 237.14º degrees, saturation: 0.47, lightness: 0.18%. HSV value (or HSB Brightness) of color is 0.26% and HSV saturation: 0.64%. Process color model (Four color, CMYK) of #181A42 is Cyan = 0.64, Magento = 0.61, Yellow = 0 and Black (K on CMYK) = 0.74.

Color convert

RGB242666-
CMYK0.640.6100.74
HSL237.14º46.67%17.65%-
HSV(B)237.14º63.64%25.88%-
XYZ1.731.335.32-
YUV29.96148.34123.75-

RGB Variations

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

RGB

RED value IS 24 (9.77% from 255) = 20.69%
GREEN value IS 26 (10.55% from 255) = 22.41%
BLUE value IS 66 (26.17% from 255) = 56.90%
R=20.69%
G=22.41%
B=56.90%

CMYK

C (Cyan) values IS 0.64
M (Magenta) values IS 0.61
Y (Yellow) values IS 0
K (Black) values IS 0.74
SystemRedGreenBlueCMYKHSL
Decimal2426660.640.6100.74237.1446.6717.65
Hex181A42403D04Aed2f12
Octal30321021007501123555722
Binary110001101010000101000000111101010010101110110110111110010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #181A42

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #181A42; }

 p { color: rgb(24,26,66); }

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

<style>
 a { background-color: #181A42; }

 a { background-color: rgb(24,26,66); }

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

<style>
 span { border-color: #181A42; }

 span { border-color: rgb(24,26,66); }

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