#121939

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

Shades of Midnight Express #121939

Tints of Midnight Express #121939

Color information

#121939 (or 0x121939) is unknown color: approx Midnight Express. HEX triplet: 12, 19 and 39. RGB value is (18,25,57). Sum of RGB (Red+Green+Blue) = 18+25+57=100 (13% of max value = 765). Red value is 18 (7.42% from 255 or 18% from 100); Green value is 25 (10.16% from 255 or 25% from 100); Blue value is 57 (22.66% from 255 or 57% from 100); Max value from RGB is 57 - color contains mainly: blue. Hex color #121939 is not a web safe color. Web safe color analog (approx): #000033. Inversed color of #121939 is #EDE6C6. Grayscale: #1A1A1A. Windows color (decimal): -15591111 or 3741970. OLE color: 3741970.

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

Color convert

RGB182557-
CMYK0.680.5600.78
HSL229.23º52%14.71%-
HSV(B)229.23º68.42%22.35%-
XYZ1.341.124.02-
YUV26.56145.18121.9-

RGB Variations

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

RGB

RED value IS 18 (7.42% from 255) = 18%
GREEN value IS 25 (10.16% from 255) = 25%
BLUE value IS 57 (22.66% from 255) = 57%
R=18%
G=25%
B=57%

CMYK

C (Cyan) values IS 0.68
M (Magenta) values IS 0.56
Y (Yellow) values IS 0
K (Black) values IS 0.78
SystemRedGreenBlueCMYKHSL
Decimal1825570.680.5600.78229.235214.71
Hex121939443804Ee534f
Octal2231711047001163456417
Binary1001011001111001100010011100001001110111001011101001111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #121939

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #121939; }

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

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

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

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

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

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

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

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