#121D39

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

Shades of Midnight Express #121D39

Tints of Midnight Express #121D39

Color information

#121D39 (or 0x121D39) is unknown color: approx Midnight Express. HEX triplet: 12, 1D and 39. RGB value is (18,29,57). Sum of RGB (Red+Green+Blue) = 18+29+57=104 (13% of max value = 765). Red value is 18 (7.42% from 255 or 17.31% from 104); Green value is 29 (11.72% from 255 or 27.88% from 104); Blue value is 57 (22.66% from 255 or 54.81% from 104); Max value from RGB is 57 - color contains mainly: blue. Hex color #121D39 is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #121D39 is #EDE2C6. Grayscale: #1C1C1C. Windows color (decimal): -15590087 or 3742994. OLE color: 3742994.

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

Color convert

RGB182957-
CMYK0.680.4900.78
HSL223.08º52%14.71%-
HSV(B)223.08º68.42%22.35%-
XYZ1.431.34.05-
YUV28.9143.86120.22-

RGB Variations

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

RGB

RED value IS 18 (7.42% from 255) = 17.31%
GREEN value IS 29 (11.72% from 255) = 27.88%
BLUE value IS 57 (22.66% from 255) = 54.81%
R=17.31%
G=27.88%
B=54.81%

CMYK

C (Cyan) values IS 0.68
M (Magenta) values IS 0.49
Y (Yellow) values IS 0
K (Black) values IS 0.78
SystemRedGreenBlueCMYKHSL
Decimal1829570.680.4900.78223.085214.71
Hex121D39443104Edf34f
Octal2235711046101163376417
Binary1001011101111001100010011000101001110110111111101001111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #121D39

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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