#181A40

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

Shades of Midnight Express #181A40

Tints of Midnight Express #181A40

Color information

#181A40 (or 0x181A40) is unknown color: approx Midnight Express. HEX triplet: 18, 1A and 40. RGB value is (24,26,64). Sum of RGB (Red+Green+Blue) = 24+26+64=114 (15% of max value = 765). Red value is 24 (9.77% from 255 or 21.05% from 114); Green value is 26 (10.55% from 255 or 22.81% from 114); Blue value is 64 (25.39% from 255 or 56.14% from 114); Max value from RGB is 64 - color contains mainly: blue. Hex color #181A40 is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #181A40 is #E7E5BF. Grayscale: #1D1D1D. Windows color (decimal): -15197632 or 4200984. OLE color: 4200984.

HSL color Cylindrical-coordinate representation of color #181A40: hue angle of 237º degrees, saturation: 0.45, lightness: 0.17%. HSV value (or HSB Brightness) of color is 0.25% and HSV saturation: 0.62%. Process color model (Four color, CMYK) of #181A40 is Cyan = 0.62, Magento = 0.59, Yellow = 0 and Black (K on CMYK) = 0.75.

Color convert

RGB242664-
CMYK0.620.5900.75
HSL237º45.45%17.25%-
HSV(B)237º62.5%25.1%-
XYZ1.671.35.01-
YUV29.73147.34123.91-

RGB Variations

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

RGB

RED value IS 24 (9.77% from 255) = 21.05%
GREEN value IS 26 (10.55% from 255) = 22.81%
BLUE value IS 64 (25.39% from 255) = 56.14%
R=21.05%
G=22.81%
B=56.14%

CMYK

C (Cyan) values IS 0.62
M (Magenta) values IS 0.59
Y (Yellow) values IS 0
K (Black) values IS 0.75
SystemRedGreenBlueCMYKHSL
Decimal2426640.620.5900.7523745.4517.25
Hex181A403E3B04Bed2d11
Octal3032100767301133555521
Binary11000110101000000111110111011010010111110110110110110001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #181A40

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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