#122040

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

Shades of Midnight Express #122040

Tints of Midnight Express #122040

Color information

#122040 (or 0x122040) is unknown color: approx Midnight Express. HEX triplet: 12, 20 and 40. RGB value is (18,32,64). Sum of RGB (Red+Green+Blue) = 18+32+64=114 (15% of max value = 765). Red value is 18 (7.42% from 255 or 15.79% from 114); Green value is 32 (12.89% from 255 or 28.07% from 114); Blue value is 64 (25.39% from 255 or 56.14% from 114); Max value from RGB is 64 - color contains mainly: blue. Hex color #122040 is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #122040 is #EDDFBF. Grayscale: #1F1F1F. Windows color (decimal): -15589312 or 4202514. OLE color: 4202514.

HSL color Cylindrical-coordinate representation of color #122040: hue angle of 221.74º 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 #122040 is Cyan = 0.72, Magento = 0.50, Yellow = 0 and Black (K on CMYK) = 0.75.

Color convert

RGB183264-
CMYK0.720.5000.75
HSL221.74º56.1%16.08%-
HSV(B)221.74º71.88%25.1%-
XYZ1.691.535.06-
YUV31.46146.36118.4-

RGB Variations

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

RGB

RED value IS 18 (7.42% from 255) = 15.79%
GREEN value IS 32 (12.89% from 255) = 28.07%
BLUE value IS 64 (25.39% from 255) = 56.14%
R=15.79%
G=28.07%
B=56.14%

CMYK

C (Cyan) values IS 0.72
M (Magenta) values IS 0.50
Y (Yellow) values IS 0
K (Black) values IS 0.75
SystemRedGreenBlueCMYKHSL
Decimal1832640.720.5000.75221.7456.116.08
Hex122040483204Bde3810
Octal22401001106201133367020
Binary1001010000010000001001000110010010010111101111011100010000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #122040

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #122040; }

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

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

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

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

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

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

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

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