#18253F

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

Shades of Midnight Express #18253F

Tints of Midnight Express #18253F

Color information

#18253F (or 0x18253F) is unknown color: approx Midnight Express. HEX triplet: 18, 25 and 3F. RGB value is (24,37,63). Sum of RGB (Red+Green+Blue) = 24+37+63=124 (16% of max value = 765). Red value is 24 (9.77% from 255 or 19.35% from 124); Green value is 37 (14.84% from 255 or 29.84% from 124); Blue value is 63 (25% from 255 or 50.81% from 124); Max value from RGB is 63 - color contains mainly: blue. Hex color #18253F is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #18253F is #E7DAC0. Grayscale: #232323. Windows color (decimal): -15194817 or 4138264. OLE color: 4138264.

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

Color convert

RGB243763-
CMYK0.620.4100.75
HSL220º44.83%17.06%-
HSV(B)220º61.9%24.71%-
XYZ1.941.884.96-
YUV36.08143.19119.39-

RGB Variations

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

RGB

RED value IS 24 (9.77% from 255) = 19.35%
GREEN value IS 37 (14.84% from 255) = 29.84%
BLUE value IS 63 (25% from 255) = 50.81%
R=19.35%
G=29.84%
B=50.81%

CMYK

C (Cyan) values IS 0.62
M (Magenta) values IS 0.41
Y (Yellow) values IS 0
K (Black) values IS 0.75
SystemRedGreenBlueCMYKHSL
Decimal2437630.620.4100.7522044.8317.06
Hex18253F3E2904Bdc2d11
Octal304577765101133345521
Binary11000100101111111111110101001010010111101110010110110001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #18253F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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