#182440

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

Shades of Midnight Express #182440

Tints of Midnight Express #182440

Color information

#182440 (or 0x182440) is unknown color: approx Midnight Express. HEX triplet: 18, 24 and 40. RGB value is (24,36,64). Sum of RGB (Red+Green+Blue) = 24+36+64=124 (16% of max value = 765). Red value is 24 (9.77% from 255 or 19.35% from 124); Green value is 36 (14.45% from 255 or 29.03% from 124); Blue value is 64 (25.39% from 255 or 51.61% from 124); Max value from RGB is 64 - color contains mainly: blue. Hex color #182440 is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #182440 is #E7DBBF. Grayscale: #232323. Windows color (decimal): -15195072 or 4203544. OLE color: 4203544.

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

Color convert

RGB243664-
CMYK0.620.4400.75
HSL222º45.45%17.25%-
HSV(B)222º62.5%25.1%-
XYZ1.931.835.1-
YUV35.6144.02119.72-

RGB Variations

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

RGB

RED value IS 24 (9.77% from 255) = 19.35%
GREEN value IS 36 (14.45% from 255) = 29.03%
BLUE value IS 64 (25.39% from 255) = 51.61%
R=19.35%
G=29.03%
B=51.61%

CMYK

C (Cyan) values IS 0.62
M (Magenta) values IS 0.44
Y (Yellow) values IS 0
K (Black) values IS 0.75
SystemRedGreenBlueCMYKHSL
Decimal2436640.620.4400.7522245.4517.25
Hex1824403E2C04Bde2d11
Octal3044100765401133365521
Binary110001001001000000111110101100010010111101111010110110001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #182440

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #182440; }

 p { color: rgb(24,36,64); }

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

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

 a { background-color: rgb(24,36,64); }

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

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

 span { border-color: rgb(24,36,64); }

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