#120E40

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

Shades of Midnight Express #120E40

Tints of Midnight Express #120E40

Color information

#120E40 (or 0x120E40) is unknown color: approx Midnight Express. HEX triplet: 12, 0E and 40. RGB value is (18,14,64). Sum of RGB (Red+Green+Blue) = 18+14+64=96 (12% of max value = 765). Red value is 18 (7.42% from 255 or 18.75% from 96); Green value is 14 (5.86% from 255 or 14.58% from 96); Blue value is 64 (25.39% from 255 or 66.67% from 96); Max value from RGB is 64 - color contains mainly: blue. Hex color #120E40 is not a web safe color. Web safe color analog (approx): #000033. Inversed color of #120E40 is #EDF1BF. Grayscale: #141414. Windows color (decimal): -15593920 or 4197906. OLE color: 4197906.

HSL color Cylindrical-coordinate representation of color #120E40: hue angle of 244.8º degrees, saturation: 0.64, lightness: 0.15%. HSV value (or HSB Brightness) of color is 0.25% and HSV saturation: 0.78%. Process color model (Four color, CMYK) of #120E40 is Cyan = 0.72, Magento = 0.78, Yellow = 0 and Black (K on CMYK) = 0.75.

Color convert

RGB181464-
CMYK0.720.7800.75
HSL244.8º64.1%15.29%-
HSV(B)244.8º78.12%25.1%-
XYZ1.330.814.94-
YUV20.9152.33125.93-

RGB Variations

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

RGB

RED value IS 18 (7.42% from 255) = 18.75%
GREEN value IS 14 (5.86% from 255) = 14.58%
BLUE value IS 64 (25.39% from 255) = 66.67%
R=18.75%
G=14.58%
B=66.67%

CMYK

C (Cyan) values IS 0.72
M (Magenta) values IS 0.78
Y (Yellow) values IS 0
K (Black) values IS 0.75
SystemRedGreenBlueCMYKHSL
Decimal1814640.720.7800.75244.864.115.29
Hex12E40484E04Bf540f
Octal2216100110116011336510017
Binary100101110100000010010001001110010010111111010110000001111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #120E40

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #120E40; }

 p { color: rgb(18,14,64); }

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

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

 a { background-color: rgb(18,14,64); }

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

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

 span { border-color: rgb(18,14,64); }

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