#122240

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

Shades of Midnight Express #122240

Tints of Midnight Express #122240

Color information

#122240 (or 0x122240) is unknown color: approx Midnight Express. HEX triplet: 12, 22 and 40. RGB value is (18,34,64). Sum of RGB (Red+Green+Blue) = 18+34+64=116 (15% of max value = 765). Red value is 18 (7.42% from 255 or 15.52% from 116); Green value is 34 (13.67% from 255 or 29.31% from 116); Blue value is 64 (25.39% from 255 or 55.17% from 116); Max value from RGB is 64 - color contains mainly: blue. Hex color #122240 is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #122240 is #EDDDBF. Grayscale: #202020. Windows color (decimal): -15588800 or 4203026. OLE color: 4203026.

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

Color convert

RGB183464-
CMYK0.720.4700.75
HSL219.13º56.1%16.08%-
HSV(B)219.13º71.88%25.1%-
XYZ1.751.645.08-
YUV32.64145.7117.56-

RGB Variations

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

RGB

RED value IS 18 (7.42% from 255) = 15.52%
GREEN value IS 34 (13.67% from 255) = 29.31%
BLUE value IS 64 (25.39% from 255) = 55.17%
R=15.52%
G=29.31%
B=55.17%

CMYK

C (Cyan) values IS 0.72
M (Magenta) values IS 0.47
Y (Yellow) values IS 0
K (Black) values IS 0.75
SystemRedGreenBlueCMYKHSL
Decimal1834640.720.4700.75219.1356.116.08
Hex122240482F04Bdb3810
Octal22421001105701133337020
Binary1001010001010000001001000101111010010111101101111100010000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #122240

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #122240; }

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

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

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

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

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

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

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

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