#121D50

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

Shades of Midnight Express #121D50

Tints of Midnight Express #121D50

Color information

#121D50 (or 0x121D50) is unknown color: approx Midnight Express. HEX triplet: 12, 1D and 50. RGB value is (18,29,80). Sum of RGB (Red+Green+Blue) = 18+29+80=127 (16% of max value = 765). Red value is 18 (7.42% from 255 or 14.17% from 127); Green value is 29 (11.72% from 255 or 22.83% from 127); Blue value is 80 (31.64% from 255 or 62.99% from 127); Max value from RGB is 80 - color contains mainly: blue. Hex color #121D50 is not a web safe color. Web safe color analog (approx): #003366. Inversed color of #121D50 is #EDE2AF. Grayscale: #1F1F1F. Windows color (decimal): -15590064 or 5250322. OLE color: 5250322.

HSL color Cylindrical-coordinate representation of color #121D50: hue angle of 229.35º degrees, saturation: 0.63, lightness: 0.19%. HSV value (or HSB Brightness) of color is 0.31% and HSV saturation: 0.77%. Process color model (Four color, CMYK) of #121D50 is Cyan = 0.78, Magento = 0.64, Yellow = 0 and Black (K on CMYK) = 0.69.

Color convert

RGB182980-
CMYK0.780.6400.69
HSL229.35º63.27%19.22%-
HSV(B)229.35º77.5%31.37%-
XYZ2.141.597.78-
YUV31.52155.36118.35-

RGB Variations

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

RGB

RED value IS 18 (7.42% from 255) = 14.17%
GREEN value IS 29 (11.72% from 255) = 22.83%
BLUE value IS 80 (31.64% from 255) = 62.99%
R=14.17%
G=22.83%
B=62.99%

CMYK

C (Cyan) values IS 0.78
M (Magenta) values IS 0.64
Y (Yellow) values IS 0
K (Black) values IS 0.69
SystemRedGreenBlueCMYKHSL
Decimal1829800.780.6400.69229.3563.2719.22
Hex121D504E40045e53f13
Octal223512011610001053457723
Binary1001011101101000010011101000000010001011110010111111110011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #121D50

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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