#18244C

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

Shades of Midnight Express #18244C

Tints of Midnight Express #18244C

Color information

#18244C (or 0x18244C) is unknown color: approx Midnight Express. HEX triplet: 18, 24 and 4C. RGB value is (24,36,76). Sum of RGB (Red+Green+Blue) = 24+36+76=136 (18% of max value = 765). Red value is 24 (9.77% from 255 or 17.65% from 136); Green value is 36 (14.45% from 255 or 26.47% from 136); Blue value is 76 (30.08% from 255 or 55.88% from 136); Max value from RGB is 76 - color contains mainly: blue. Hex color #18244C is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #18244C is #E7DBB3. Grayscale: #242424. Windows color (decimal): -15195060 or 4989976. OLE color: 4989976.

HSL color Cylindrical-coordinate representation of color #18244C: hue angle of 226.15º degrees, saturation: 0.52, lightness: 0.2%. HSV value (or HSB Brightness) of color is 0.3% and HSV saturation: 0.68%. Process color model (Four color, CMYK) of #18244C is Cyan = 0.68, Magento = 0.53, Yellow = 0 and Black (K on CMYK) = 0.70.

Color convert

RGB243676-
CMYK0.680.5300.70
HSL226.15º52%19.61%-
HSV(B)226.15º68.42%29.8%-
XYZ2.311.987.1-
YUV36.97150.02118.75-

RGB Variations

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

RGB

RED value IS 24 (9.77% from 255) = 17.65%
GREEN value IS 36 (14.45% from 255) = 26.47%
BLUE value IS 76 (30.08% from 255) = 55.88%
R=17.65%
G=26.47%
B=55.88%

CMYK

C (Cyan) values IS 0.68
M (Magenta) values IS 0.53
Y (Yellow) values IS 0
K (Black) values IS 0.70
SystemRedGreenBlueCMYKHSL
Decimal2436760.680.5300.70226.155219.61
Hex18244C4435046e23414
Octal30441141046501063426424
Binary1100010010010011001000100110101010001101110001011010010100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #18244C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #18244C; }

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

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

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

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

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

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

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

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