#18263F

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

Shades of Midnight Express #18263F

Tints of Midnight Express #18263F

Color information

#18263F (or 0x18263F) is unknown color: approx Midnight Express. HEX triplet: 18, 26 and 3F. RGB value is (24,38,63). Sum of RGB (Red+Green+Blue) = 24+38+63=125 (16% of max value = 765). Red value is 24 (9.77% from 255 or 19.2% from 125); Green value is 38 (15.23% from 255 or 30.4% from 125); Blue value is 63 (25% from 255 or 50.4% from 125); Max value from RGB is 63 - color contains mainly: blue. Hex color #18263F is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #18263F is #E7D9C0. Grayscale: #242424. Windows color (decimal): -15194561 or 4138520. OLE color: 4138520.

HSL color Cylindrical-coordinate representation of color #18263F: hue angle of 218.46º 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 #18263F is Cyan = 0.62, Magento = 0.40, Yellow = 0 and Black (K on CMYK) = 0.75.

Color convert

RGB243863-
CMYK0.620.4000.75
HSL218.46º44.83%17.06%-
HSV(B)218.46º61.9%24.71%-
XYZ1.971.944.97-
YUV36.66142.86118.97-

RGB Variations

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

RGB

RED value IS 24 (9.77% from 255) = 19.2%
GREEN value IS 38 (15.23% from 255) = 30.4%
BLUE value IS 63 (25% from 255) = 50.4%
R=19.2%
G=30.4%
B=50.4%

CMYK

C (Cyan) values IS 0.62
M (Magenta) values IS 0.40
Y (Yellow) values IS 0
K (Black) values IS 0.75
SystemRedGreenBlueCMYKHSL
Decimal2438630.620.4000.75218.4644.8317.06
Hex18263F3E2804Bda2d11
Octal304677765001133325521
Binary11000100110111111111110101000010010111101101010110110001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #18263F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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