#122140

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

Shades of Midnight Express #122140

Tints of Midnight Express #122140

Color information

#122140 (or 0x122140) is unknown color: approx Midnight Express. HEX triplet: 12, 21 and 40. RGB value is (18,33,64). Sum of RGB (Red+Green+Blue) = 18+33+64=115 (15% of max value = 765). Red value is 18 (7.42% from 255 or 15.65% from 115); Green value is 33 (13.28% from 255 or 28.70% from 115); Blue value is 64 (25.39% from 255 or 55.65% from 115); Max value from RGB is 64 - color contains mainly: blue. Hex color #122140 is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #122140 is #EDDEBF. Grayscale: #1F1F1F. Windows color (decimal): -15589056 or 4202770. OLE color: 4202770.

HSL color Cylindrical-coordinate representation of color #122140: hue angle of 220.43º degrees, saturation: 0.56, lightness: 0.16%. HSV value (or HSB Brightness) of color is 0.25% and HSV saturation: 0.72%. Process color model (Four color, CMYK) of #122140 is Cyan = 0.72, Magento = 0.48, Yellow = 0 and Black (K on CMYK) = 0.75.

Color convert

RGB183364-
CMYK0.720.4800.75
HSL220.43º56.1%16.08%-
HSV(B)220.43º71.88%25.1%-
XYZ1.721.595.07-
YUV32.05146.03117.98-

RGB Variations

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

RGB

RED value IS 18 (7.42% from 255) = 15.65%
GREEN value IS 33 (13.28% from 255) = 28.70%
BLUE value IS 64 (25.39% from 255) = 55.65%
R=15.65%
G=28.70%
B=55.65%

CMYK

C (Cyan) values IS 0.72
M (Magenta) values IS 0.48
Y (Yellow) values IS 0
K (Black) values IS 0.75
SystemRedGreenBlueCMYKHSL
Decimal1833640.720.4800.75220.4356.116.08
Hex122140483004Bdc3810
Octal22411001106001133347020
Binary1001010000110000001001000110000010010111101110011100010000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #122140

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #122140; }

 p { color: rgb(18,33,64); }

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

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

 a { background-color: rgb(18,33,64); }

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

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

 span { border-color: rgb(18,33,64); }

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