#121E40

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

Shades of Midnight Express #121E40

Tints of Midnight Express #121E40

Color information

#121E40 (or 0x121E40) is unknown color: approx Midnight Express. HEX triplet: 12, 1E and 40. RGB value is (18,30,64). Sum of RGB (Red+Green+Blue) = 18+30+64=112 (14% of max value = 765). Red value is 18 (7.42% from 255 or 16.07% from 112); Green value is 30 (12.11% from 255 or 26.79% from 112); Blue value is 64 (25.39% from 255 or 57.14% from 112); Max value from RGB is 64 - color contains mainly: blue. Hex color #121E40 is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #121E40 is #EDE1BF. Grayscale: #1E1E1E. Windows color (decimal): -15589824 or 4202002. OLE color: 4202002.

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

Color convert

RGB183064-
CMYK0.720.5300.75
HSL224.35º56.1%16.08%-
HSV(B)224.35º71.88%25.1%-
XYZ1.641.435.04-
YUV30.29147.02119.24-

RGB Variations

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

RGB

RED value IS 18 (7.42% from 255) = 16.07%
GREEN value IS 30 (12.11% from 255) = 26.79%
BLUE value IS 64 (25.39% from 255) = 57.14%
R=16.07%
G=26.79%
B=57.14%

CMYK

C (Cyan) values IS 0.72
M (Magenta) values IS 0.53
Y (Yellow) values IS 0
K (Black) values IS 0.75
SystemRedGreenBlueCMYKHSL
Decimal1830640.720.5300.75224.3556.116.08
Hex121E40483504Be03810
Octal22361001106501133407020
Binary100101111010000001001000110101010010111110000011100010000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #121E40

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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