#18193A

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

Shades of Midnight Express #18193A

Tints of Midnight Express #18193A

Color information

#18193A (or 0x18193A) is unknown color: approx Midnight Express. HEX triplet: 18, 19 and 3A. RGB value is (24,25,58). Sum of RGB (Red+Green+Blue) = 24+25+58=107 (14% of max value = 765). Red value is 24 (9.77% from 255 or 22.43% from 107); Green value is 25 (10.16% from 255 or 23.36% from 107); Blue value is 58 (23.05% from 255 or 54.21% from 107); Max value from RGB is 58 - color contains mainly: blue. Hex color #18193A is not a web safe color. Web safe color analog (approx): #000033. Inversed color of #18193A is #E7E6C5. Grayscale: #1C1C1C. Windows color (decimal): -15197894 or 3807512. OLE color: 3807512.

HSL color Cylindrical-coordinate representation of color #18193A: hue angle of 238.24º degrees, saturation: 0.41, lightness: 0.16%. HSV value (or HSB Brightness) of color is 0.23% and HSV saturation: 0.59%. Process color model (Four color, CMYK) of #18193A is Cyan = 0.59, Magento = 0.57, Yellow = 0 and Black (K on CMYK) = 0.77.

Color convert

RGB242558-
CMYK0.590.5700.77
HSL238.24º41.46%16.08%-
HSV(B)238.24º58.62%22.75%-
XYZ1.491.194.16-
YUV28.46144.67124.82-

RGB Variations

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

RGB

RED value IS 24 (9.77% from 255) = 22.43%
GREEN value IS 25 (10.16% from 255) = 23.36%
BLUE value IS 58 (23.05% from 255) = 54.21%
R=22.43%
G=23.36%
B=54.21%

CMYK

C (Cyan) values IS 0.59
M (Magenta) values IS 0.57
Y (Yellow) values IS 0
K (Black) values IS 0.77
SystemRedGreenBlueCMYKHSL
Decimal2425580.590.5700.77238.2441.4616.08
Hex18193A3B3904Dee2910
Octal303172737101153565120
Binary1100011001111010111011111001010011011110111010100110000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #18193A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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