#122344

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

Shades of Midnight Express #122344

Tints of Midnight Express #122344

Color information

#122344 (or 0x122344) is unknown color: approx Midnight Express. HEX triplet: 12, 23 and 44. RGB value is (18,35,68). Sum of RGB (Red+Green+Blue) = 18+35+68=121 (16% of max value = 765). Red value is 18 (7.42% from 255 or 14.88% from 121); Green value is 35 (14.06% from 255 or 28.93% from 121); Blue value is 68 (26.95% from 255 or 56.20% from 121); Max value from RGB is 68 - color contains mainly: blue. Hex color #122344 is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #122344 is #EDDCBB. Grayscale: #212121. Windows color (decimal): -15588540 or 4465426. OLE color: 4465426.

HSL color Cylindrical-coordinate representation of color #122344: hue angle of 219.6º degrees, saturation: 0.58, lightness: 0.17%. HSV value (or HSB Brightness) of color is 0.27% and HSV saturation: 0.74%. Process color model (Four color, CMYK) of #122344 is Cyan = 0.74, Magento = 0.49, Yellow = 0 and Black (K on CMYK) = 0.73.

Color convert

RGB183568-
CMYK0.740.4900.73
HSL219.6º58.14%16.86%-
HSV(B)219.6º73.53%26.67%-
XYZ1.891.755.71-
YUV33.68147.37116.82-

RGB Variations

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

RGB

RED value IS 18 (7.42% from 255) = 14.88%
GREEN value IS 35 (14.06% from 255) = 28.93%
BLUE value IS 68 (26.95% from 255) = 56.20%
R=14.88%
G=28.93%
B=56.20%

CMYK

C (Cyan) values IS 0.74
M (Magenta) values IS 0.49
Y (Yellow) values IS 0
K (Black) values IS 0.73
SystemRedGreenBlueCMYKHSL
Decimal1835680.740.4900.73219.658.1416.86
Hex1223444A31049dc3a11
Octal22431041126101113347221
Binary1001010001110001001001010110001010010011101110011101010001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #122344

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #122344; }

 p { color: rgb(18,35,68); }

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

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

 a { background-color: rgb(18,35,68); }

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

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

 span { border-color: rgb(18,35,68); }

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