#18193C

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

Shades of Midnight Express #18193C

Tints of Midnight Express #18193C

Color information

#18193C (or 0x18193C) is unknown color: approx Midnight Express. HEX triplet: 18, 19 and 3C. RGB value is (24,25,60). Sum of RGB (Red+Green+Blue) = 24+25+60=109 (14% of max value = 765). Red value is 24 (9.77% from 255 or 22.02% from 109); Green value is 25 (10.16% from 255 or 22.94% from 109); Blue value is 60 (23.83% from 255 or 55.05% from 109); Max value from RGB is 60 - color contains mainly: blue. Hex color #18193C is not a web safe color. Web safe color analog (approx): #000033. Inversed color of #18193C is #E7E6C3. Grayscale: #1C1C1C. Windows color (decimal): -15197892 or 3938584. OLE color: 3938584.

HSL color Cylindrical-coordinate representation of color #18193C: hue angle of 238.33º degrees, saturation: 0.43, lightness: 0.16%. HSV value (or HSB Brightness) of color is 0.24% and HSV saturation: 0.6%. Process color model (Four color, CMYK) of #18193C is Cyan = 0.60, Magento = 0.58, Yellow = 0 and Black (K on CMYK) = 0.76.

Color convert

RGB242560-
CMYK0.600.5800.76
HSL238.33º42.86%16.47%-
HSV(B)238.33º60%23.53%-
XYZ1.541.224.43-
YUV28.69145.67124.65-

RGB Variations

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

RGB

RED value IS 24 (9.77% from 255) = 22.02%
GREEN value IS 25 (10.16% from 255) = 22.94%
BLUE value IS 60 (23.83% from 255) = 55.05%
R=22.02%
G=22.94%
B=55.05%

CMYK

C (Cyan) values IS 0.60
M (Magenta) values IS 0.58
Y (Yellow) values IS 0
K (Black) values IS 0.76
SystemRedGreenBlueCMYKHSL
Decimal2425600.600.5800.76238.3342.8616.47
Hex18193C3C3A04Cee2b10
Octal303174747201143565320
Binary1100011001111100111100111010010011001110111010101110000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #18193C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #18193C; }

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

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

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

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

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

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

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

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