#121D49

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

Shades of Midnight Express #121D49

Tints of Midnight Express #121D49

Color information

#121D49 (or 0x121D49) is unknown color: approx Midnight Express. HEX triplet: 12, 1D and 49. RGB value is (18,29,73). Sum of RGB (Red+Green+Blue) = 18+29+73=120 (15% of max value = 765). Red value is 18 (7.42% from 255 or 15% from 120); Green value is 29 (11.72% from 255 or 24.17% from 120); Blue value is 73 (28.91% from 255 or 60.83% from 120); Max value from RGB is 73 - color contains mainly: blue. Hex color #121D49 is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #121D49 is #EDE2B6. Grayscale: #1E1E1E. Windows color (decimal): -15590071 or 4791570. OLE color: 4791570.

HSL color Cylindrical-coordinate representation of color #121D49: hue angle of 228º degrees, saturation: 0.6, lightness: 0.18%. HSV value (or HSB Brightness) of color is 0.29% and HSV saturation: 0.75%. Process color model (Four color, CMYK) of #121D49 is Cyan = 0.75, Magento = 0.60, Yellow = 0 and Black (K on CMYK) = 0.71.

Color convert

RGB182973-
CMYK0.750.6000.71
HSL228º60.44%17.84%-
HSV(B)228º75.34%28.63%-
XYZ1.891.496.49-
YUV30.73151.86118.92-

RGB Variations

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

RGB

RED value IS 18 (7.42% from 255) = 15%
GREEN value IS 29 (11.72% from 255) = 24.17%
BLUE value IS 73 (28.91% from 255) = 60.83%
R=15%
G=24.17%
B=60.83%

CMYK

C (Cyan) values IS 0.75
M (Magenta) values IS 0.60
Y (Yellow) values IS 0
K (Black) values IS 0.71
SystemRedGreenBlueCMYKHSL
Decimal1829730.750.6000.7122860.4417.84
Hex121D494B3C047e43c12
Octal22351111137401073447422
Binary100101110110010011001011111100010001111110010011110010010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #121D49

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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