#181942

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

Shades of Midnight Express #181942

Tints of Midnight Express #181942

Color information

#181942 (or 0x181942) is unknown color: approx Midnight Express. HEX triplet: 18, 19 and 42. RGB value is (24,25,66). Sum of RGB (Red+Green+Blue) = 24+25+66=115 (15% of max value = 765). Red value is 24 (9.77% from 255 or 20.87% from 115); Green value is 25 (10.16% from 255 or 21.74% from 115); Blue value is 66 (26.17% from 255 or 57.39% from 115); Max value from RGB is 66 - color contains mainly: blue. Hex color #181942 is not a web safe color. Web safe color analog (approx): #000033. Inversed color of #181942 is #E7E6BD. Grayscale: #1D1D1D. Windows color (decimal): -15197886 or 4331800. OLE color: 4331800.

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

Color convert

RGB242566-
CMYK0.640.6200.74
HSL238.57º46.67%17.65%-
HSV(B)238.57º63.64%25.88%-
XYZ1.711.285.31-
YUV29.38148.67124.17-

RGB Variations

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

RGB

RED value IS 24 (9.77% from 255) = 20.87%
GREEN value IS 25 (10.16% from 255) = 21.74%
BLUE value IS 66 (26.17% from 255) = 57.39%
R=20.87%
G=21.74%
B=57.39%

CMYK

C (Cyan) values IS 0.64
M (Magenta) values IS 0.62
Y (Yellow) values IS 0
K (Black) values IS 0.74
SystemRedGreenBlueCMYKHSL
Decimal2425660.640.6200.74238.5746.6717.65
Hex181942403E04Aef2f12
Octal30311021007601123575722
Binary110001100110000101000000111110010010101110111110111110010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #181942

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #181942; }

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

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

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

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

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

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

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

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