#18203B

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

Shades of Midnight Express #18203B

Tints of Midnight Express #18203B

Color information

#18203B (or 0x18203B) is unknown color: approx Midnight Express. HEX triplet: 18, 20 and 3B. RGB value is (24,32,59). Sum of RGB (Red+Green+Blue) = 24+32+59=115 (15% of max value = 765). Red value is 24 (9.77% from 255 or 20.87% from 115); Green value is 32 (12.89% from 255 or 27.83% from 115); Blue value is 59 (23.44% from 255 or 51.30% from 115); Max value from RGB is 59 - color contains mainly: blue. Hex color #18203B is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #18203B is #E7DFC4. Grayscale: #202020. Windows color (decimal): -15196101 or 3874840. OLE color: 3874840.

HSL color Cylindrical-coordinate representation of color #18203B: hue angle of 226.29º degrees, saturation: 0.42, 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 #18203B is Cyan = 0.59, Magento = 0.46, Yellow = 0 and Black (K on CMYK) = 0.77.

Color convert

RGB243259-
CMYK0.590.4600.77
HSL226.29º42.17%16.27%-
HSV(B)226.29º59.32%23.14%-
XYZ1.681.544.35-
YUV32.69142.85121.8-

RGB Variations

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

RGB

RED value IS 24 (9.77% from 255) = 20.87%
GREEN value IS 32 (12.89% from 255) = 27.83%
BLUE value IS 59 (23.44% from 255) = 51.30%
R=20.87%
G=27.83%
B=51.30%

CMYK

C (Cyan) values IS 0.59
M (Magenta) values IS 0.46
Y (Yellow) values IS 0
K (Black) values IS 0.77
SystemRedGreenBlueCMYKHSL
Decimal2432590.590.4600.77226.2942.1716.27
Hex18203B3B2E04De22a10
Octal304073735601153425220
Binary11000100000111011111011101110010011011110001010101010000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #18203B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #18203B; }

 p { color: rgb(24,32,59); }

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

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

 a { background-color: rgb(24,32,59); }

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

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

 span { border-color: rgb(24,32,59); }

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