#181C40

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

Shades of Midnight Express #181C40

Tints of Midnight Express #181C40

Color information

#181C40 (or 0x181C40) is unknown color: approx Midnight Express. HEX triplet: 18, 1C and 40. RGB value is (24,28,64). Sum of RGB (Red+Green+Blue) = 24+28+64=116 (15% of max value = 765). Red value is 24 (9.77% from 255 or 20.69% from 116); Green value is 28 (11.33% from 255 or 24.14% from 116); Blue value is 64 (25.39% from 255 or 55.17% from 116); Max value from RGB is 64 - color contains mainly: blue. Hex color #181C40 is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #181C40 is #E7E3BF. Grayscale: #1E1E1E. Windows color (decimal): -15197120 or 4201496. OLE color: 4201496.

HSL color Cylindrical-coordinate representation of color #181C40: hue angle of 234º 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 #181C40 is Cyan = 0.62, Magento = 0.56, Yellow = 0 and Black (K on CMYK) = 0.75.

Color convert

RGB242864-
CMYK0.620.5600.75
HSL234º45.45%17.25%-
HSV(B)234º62.5%25.1%-
XYZ1.721.395.03-
YUV30.91146.67123.07-

RGB Variations

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

RGB

RED value IS 24 (9.77% from 255) = 20.69%
GREEN value IS 28 (11.33% from 255) = 24.14%
BLUE value IS 64 (25.39% from 255) = 55.17%
R=20.69%
G=24.14%
B=55.17%

CMYK

C (Cyan) values IS 0.62
M (Magenta) values IS 0.56
Y (Yellow) values IS 0
K (Black) values IS 0.75
SystemRedGreenBlueCMYKHSL
Decimal2428640.620.5600.7523445.4517.25
Hex181C403E3804Bea2d11
Octal3034100767001133525521
Binary11000111001000000111110111000010010111110101010110110001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #181C40

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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