#121E39

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

Shades of Midnight Express #121E39

Tints of Midnight Express #121E39

Color information

#121E39 (or 0x121E39) is unknown color: approx Midnight Express. HEX triplet: 12, 1E and 39. RGB value is (18,30,57). Sum of RGB (Red+Green+Blue) = 18+30+57=105 (13% of max value = 765). Red value is 18 (7.42% from 255 or 17.14% from 105); Green value is 30 (12.11% from 255 or 28.57% from 105); Blue value is 57 (22.66% from 255 or 54.29% from 105); Max value from RGB is 57 - color contains mainly: blue. Hex color #121E39 is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #121E39 is #EDE1C6. Grayscale: #1D1D1D. Windows color (decimal): -15589831 or 3743250. OLE color: 3743250.

HSL color Cylindrical-coordinate representation of color #121E39: hue angle of 221.54º degrees, saturation: 0.52, lightness: 0.15%. HSV value (or HSB Brightness) of color is 0.22% and HSV saturation: 0.68%. Process color model (Four color, CMYK) of #121E39 is Cyan = 0.68, Magento = 0.47, Yellow = 0 and Black (K on CMYK) = 0.78.

Color convert

RGB183057-
CMYK0.680.4700.78
HSL221.54º52%14.71%-
HSV(B)221.54º68.42%22.35%-
XYZ1.451.354.06-
YUV29.49143.52119.8-

RGB Variations

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

RGB

RED value IS 18 (7.42% from 255) = 17.14%
GREEN value IS 30 (12.11% from 255) = 28.57%
BLUE value IS 57 (22.66% from 255) = 54.29%
R=17.14%
G=28.57%
B=54.29%

CMYK

C (Cyan) values IS 0.68
M (Magenta) values IS 0.47
Y (Yellow) values IS 0
K (Black) values IS 0.78
SystemRedGreenBlueCMYKHSL
Decimal1830570.680.4700.78221.545214.71
Hex121E39442F04Ede34f
Octal2236711045701163366417
Binary1001011110111001100010010111101001110110111101101001111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #121E39

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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