#18203F

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

Shades of Midnight Express #18203F

Tints of Midnight Express #18203F

Color information

#18203F (or 0x18203F) is unknown color: approx Midnight Express. HEX triplet: 18, 20 and 3F. RGB value is (24,32,63). Sum of RGB (Red+Green+Blue) = 24+32+63=119 (15% of max value = 765). Red value is 24 (9.77% from 255 or 20.17% from 119); Green value is 32 (12.89% from 255 or 26.89% from 119); Blue value is 63 (25% from 255 or 52.94% from 119); Max value from RGB is 63 - color contains mainly: blue. Hex color #18203F is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #18203F is #E7DFC0. Grayscale: #212121. Windows color (decimal): -15196097 or 4136984. OLE color: 4136984.

HSL color Cylindrical-coordinate representation of color #18203F: hue angle of 227.69º degrees, saturation: 0.45, lightness: 0.17%. HSV value (or HSB Brightness) of color is 0.25% and HSV saturation: 0.62%. Process color model (Four color, CMYK) of #18203F is Cyan = 0.62, Magento = 0.49, Yellow = 0 and Black (K on CMYK) = 0.75.

Color convert

RGB243263-
CMYK0.620.4900.75
HSL227.69º44.83%17.06%-
HSV(B)227.69º61.9%24.71%-
XYZ1.791.594.91-
YUV33.14144.85121.48-

RGB Variations

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

RGB

RED value IS 24 (9.77% from 255) = 20.17%
GREEN value IS 32 (12.89% from 255) = 26.89%
BLUE value IS 63 (25% from 255) = 52.94%
R=20.17%
G=26.89%
B=52.94%

CMYK

C (Cyan) values IS 0.62
M (Magenta) values IS 0.49
Y (Yellow) values IS 0
K (Black) values IS 0.75
SystemRedGreenBlueCMYKHSL
Decimal2432630.620.4900.75227.6944.8317.06
Hex18203F3E3104Be42d11
Octal304077766101133445521
Binary11000100000111111111110110001010010111110010010110110001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #18203F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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