#121E31

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

Shades of Midnight Express #121E31

Tints of Midnight Express #121E31

Color information

#121E31 (or 0x121E31) is unknown color: approx Midnight Express. HEX triplet: 12, 1E and 31. RGB value is (18,30,49). Sum of RGB (Red+Green+Blue) = 18+30+49=97 (12% of max value = 765). Red value is 18 (7.42% from 255 or 18.56% from 97); Green value is 30 (12.11% from 255 or 30.93% from 97); Blue value is 49 (19.53% from 255 or 50.52% from 97); Max value from RGB is 49 - color contains mainly: blue. Hex color #121E31 is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #121E31 is #EDE1CE. Grayscale: #1C1C1C. Windows color (decimal): -15589839 or 3218962. OLE color: 3218962.

HSL color Cylindrical-coordinate representation of color #121E31: hue angle of 216.77º degrees, saturation: 0.46, lightness: 0.13%. HSV value (or HSB Brightness) of color is 0.19% and HSV saturation: 0.63%. Process color model (Four color, CMYK) of #121E31 is Cyan = 0.63, Magento = 0.39, Yellow = 0 and Black (K on CMYK) = 0.81.

Color convert

RGB183049-
CMYK0.630.3900.81
HSL216.77º46.27%13.14%-
HSV(B)216.77º63.27%19.22%-
XYZ1.271.283.09-
YUV28.58139.52120.46-

RGB Variations

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

RGB

RED value IS 18 (7.42% from 255) = 18.56%
GREEN value IS 30 (12.11% from 255) = 30.93%
BLUE value IS 49 (19.53% from 255) = 50.52%
R=18.56%
G=30.93%
B=50.52%

CMYK

C (Cyan) values IS 0.63
M (Magenta) values IS 0.39
Y (Yellow) values IS 0
K (Black) values IS 0.81
SystemRedGreenBlueCMYKHSL
Decimal1830490.630.3900.81216.7746.2713.14
Hex121E313F27051d92ed
Octal223661774701213315615
Binary100101111011000111111110011101010001110110011011101101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #121E31

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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