#121A39

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

Shades of Midnight Express #121A39

Tints of Midnight Express #121A39

Color information

#121A39 (or 0x121A39) is unknown color: approx Midnight Express. HEX triplet: 12, 1A and 39. RGB value is (18,26,57). Sum of RGB (Red+Green+Blue) = 18+26+57=101 (13% of max value = 765). Red value is 18 (7.42% from 255 or 17.82% from 101); Green value is 26 (10.55% from 255 or 25.74% from 101); Blue value is 57 (22.66% from 255 or 56.44% from 101); Max value from RGB is 57 - color contains mainly: blue. Hex color #121A39 is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #121A39 is #EDE5C6. Grayscale: #1B1B1B. Windows color (decimal): -15590855 or 3742226. OLE color: 3742226.

HSL color Cylindrical-coordinate representation of color #121A39: hue angle of 227.69º 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 #121A39 is Cyan = 0.68, Magento = 0.54, Yellow = 0 and Black (K on CMYK) = 0.78.

Color convert

RGB182657-
CMYK0.680.5400.78
HSL227.69º52%14.71%-
HSV(B)227.69º68.42%22.35%-
XYZ1.361.164.02-
YUV27.14144.85121.48-

RGB Variations

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

RGB

RED value IS 18 (7.42% from 255) = 17.82%
GREEN value IS 26 (10.55% from 255) = 25.74%
BLUE value IS 57 (22.66% from 255) = 56.44%
R=17.82%
G=25.74%
B=56.44%

CMYK

C (Cyan) values IS 0.68
M (Magenta) values IS 0.54
Y (Yellow) values IS 0
K (Black) values IS 0.78
SystemRedGreenBlueCMYKHSL
Decimal1826570.680.5400.78227.695214.71
Hex121A39443604Ee434f
Octal2232711046601163446417
Binary1001011010111001100010011011001001110111001001101001111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #121A39

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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