#181C42

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

Shades of Midnight Express #181C42

Tints of Midnight Express #181C42

Color information

#181C42 (or 0x181C42) is unknown color: approx Midnight Express. HEX triplet: 18, 1C and 42. RGB value is (24,28,66). Sum of RGB (Red+Green+Blue) = 24+28+66=118 (15% of max value = 765). Red value is 24 (9.77% from 255 or 20.34% from 118); Green value is 28 (11.33% from 255 or 23.73% from 118); Blue value is 66 (26.17% from 255 or 55.93% from 118); Max value from RGB is 66 - color contains mainly: blue. Hex color #181C42 is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #181C42 is #E7E3BD. Grayscale: #1E1E1E. Windows color (decimal): -15197118 or 4332568. OLE color: 4332568.

HSL color Cylindrical-coordinate representation of color #181C42: hue angle of 234.29º 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 #181C42 is Cyan = 0.64, Magento = 0.58, Yellow = 0 and Black (K on CMYK) = 0.74.

Color convert

RGB242866-
CMYK0.640.5800.74
HSL234.29º46.67%17.65%-
HSV(B)234.29º63.64%25.88%-
XYZ1.781.425.33-
YUV31.14147.67122.91-

RGB Variations

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

RGB

RED value IS 24 (9.77% from 255) = 20.34%
GREEN value IS 28 (11.33% from 255) = 23.73%
BLUE value IS 66 (26.17% from 255) = 55.93%
R=20.34%
G=23.73%
B=55.93%

CMYK

C (Cyan) values IS 0.64
M (Magenta) values IS 0.58
Y (Yellow) values IS 0
K (Black) values IS 0.74
SystemRedGreenBlueCMYKHSL
Decimal2428660.640.5800.74234.2946.6717.65
Hex181C42403A04Aea2f12
Octal30341021007201123525722
Binary110001110010000101000000111010010010101110101010111110010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #181C42

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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