#121E47

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

Shades of Midnight Express #121E47

Tints of Midnight Express #121E47

Color information

#121E47 (or 0x121E47) is unknown color: approx Midnight Express. HEX triplet: 12, 1E and 47. RGB value is (18,30,71). Sum of RGB (Red+Green+Blue) = 18+30+71=119 (15% of max value = 765). Red value is 18 (7.42% from 255 or 15.13% from 119); Green value is 30 (12.11% from 255 or 25.21% from 119); Blue value is 71 (28.12% from 255 or 59.66% from 119); Max value from RGB is 71 - color contains mainly: blue. Hex color #121E47 is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #121E47 is #EDE1B8. Grayscale: #1E1E1E. Windows color (decimal): -15589817 or 4660754. OLE color: 4660754.

HSL color Cylindrical-coordinate representation of color #121E47: hue angle of 226.42º degrees, saturation: 0.6, lightness: 0.17%. HSV value (or HSB Brightness) of color is 0.28% and HSV saturation: 0.75%. Process color model (Four color, CMYK) of #121E47 is Cyan = 0.75, Magento = 0.58, Yellow = 0 and Black (K on CMYK) = 0.72.

Color convert

RGB183071-
CMYK0.750.5800.72
HSL226.42º59.55%17.45%-
HSV(B)226.42º74.65%27.84%-
XYZ1.851.516.16-
YUV31.09150.52118.67-

RGB Variations

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

RGB

RED value IS 18 (7.42% from 255) = 15.13%
GREEN value IS 30 (12.11% from 255) = 25.21%
BLUE value IS 71 (28.12% from 255) = 59.66%
R=15.13%
G=25.21%
B=59.66%

CMYK

C (Cyan) values IS 0.75
M (Magenta) values IS 0.58
Y (Yellow) values IS 0
K (Black) values IS 0.72
SystemRedGreenBlueCMYKHSL
Decimal1830710.750.5800.72226.4259.5517.45
Hex121E474B3A048e23c11
Octal22361071137201103427421
Binary100101111010001111001011111010010010001110001011110010001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #121E47

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(18,30,71); }

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

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

 a { background-color: rgb(18,30,71); }

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

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

 span { border-color: rgb(18,30,71); }

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