#18263E

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

Shades of Midnight Express #18263E

Tints of Midnight Express #18263E

Color information

#18263E (or 0x18263E) is unknown color: approx Midnight Express. HEX triplet: 18, 26 and 3E. RGB value is (24,38,62). Sum of RGB (Red+Green+Blue) = 24+38+62=124 (16% of max value = 765). Red value is 24 (9.77% from 255 or 19.35% from 124); Green value is 38 (15.23% from 255 or 30.65% from 124); Blue value is 62 (24.61% from 255 or 50% from 124); Max value from RGB is 62 - color contains mainly: blue. Hex color #18263E is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #18263E is #E7D9C1. Grayscale: #242424. Windows color (decimal): -15194562 or 4072984. OLE color: 4072984.

HSL color Cylindrical-coordinate representation of color #18263E: hue angle of 217.89º degrees, saturation: 0.44, lightness: 0.17%. HSV value (or HSB Brightness) of color is 0.24% and HSV saturation: 0.61%. Process color model (Four color, CMYK) of #18263E is Cyan = 0.61, Magento = 0.39, Yellow = 0 and Black (K on CMYK) = 0.76.

Color convert

RGB243862-
CMYK0.610.3900.76
HSL217.89º44.19%16.86%-
HSV(B)217.89º61.29%24.31%-
XYZ1.941.934.83-
YUV36.55142.36119.05-

RGB Variations

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

RGB

RED value IS 24 (9.77% from 255) = 19.35%
GREEN value IS 38 (15.23% from 255) = 30.65%
BLUE value IS 62 (24.61% from 255) = 50%
R=19.35%
G=30.65%
B=50%

CMYK

C (Cyan) values IS 0.61
M (Magenta) values IS 0.39
Y (Yellow) values IS 0
K (Black) values IS 0.76
SystemRedGreenBlueCMYKHSL
Decimal2438620.610.3900.76217.8944.1916.86
Hex18263E3D2704Cda2c11
Octal304676754701143325421
Binary11000100110111110111101100111010011001101101010110010001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #18263E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #18263E; }

 p { color: rgb(24,38,62); }

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

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

 a { background-color: rgb(24,38,62); }

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

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

 span { border-color: rgb(24,38,62); }

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