#121E49

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

Shades of Midnight Express #121E49

Tints of Midnight Express #121E49

Color information

#121E49 (or 0x121E49) is unknown color: approx Midnight Express. HEX triplet: 12, 1E and 49. RGB value is (18,30,73). Sum of RGB (Red+Green+Blue) = 18+30+73=121 (16% of max value = 765). Red value is 18 (7.42% from 255 or 14.88% from 121); Green value is 30 (12.11% from 255 or 24.79% from 121); Blue value is 73 (28.91% from 255 or 60.33% from 121); Max value from RGB is 73 - color contains mainly: blue. Hex color #121E49 is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #121E49 is #EDE1B6. Grayscale: #1F1F1F. Windows color (decimal): -15589815 or 4791826. OLE color: 4791826.

HSL color Cylindrical-coordinate representation of color #121E49: hue angle of 226.91º degrees, saturation: 0.6, lightness: 0.18%. HSV value (or HSB Brightness) of color is 0.29% and HSV saturation: 0.75%. Process color model (Four color, CMYK) of #121E49 is Cyan = 0.75, Magento = 0.59, Yellow = 0 and Black (K on CMYK) = 0.71.

Color convert

RGB183073-
CMYK0.750.5900.71
HSL226.91º60.44%17.84%-
HSV(B)226.91º75.34%28.63%-
XYZ1.921.546.5-
YUV31.31151.52118.5-

RGB Variations

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

RGB

RED value IS 18 (7.42% from 255) = 14.88%
GREEN value IS 30 (12.11% from 255) = 24.79%
BLUE value IS 73 (28.91% from 255) = 60.33%
R=14.88%
G=24.79%
B=60.33%

CMYK

C (Cyan) values IS 0.75
M (Magenta) values IS 0.59
Y (Yellow) values IS 0
K (Black) values IS 0.71
SystemRedGreenBlueCMYKHSL
Decimal1830730.750.5900.71226.9160.4417.84
Hex121E494B3B047e33c12
Octal22361111137301073437422
Binary100101111010010011001011111011010001111110001111110010010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #121E49

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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