#122244

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

Shades of Midnight Express #122244

Tints of Midnight Express #122244

Color information

#122244 (or 0x122244) is unknown color: approx Midnight Express. HEX triplet: 12, 22 and 44. RGB value is (18,34,68). Sum of RGB (Red+Green+Blue) = 18+34+68=120 (15% of max value = 765). Red value is 18 (7.42% from 255 or 15% from 120); Green value is 34 (13.67% from 255 or 28.33% from 120); Blue value is 68 (26.95% from 255 or 56.67% from 120); Max value from RGB is 68 - color contains mainly: blue. Hex color #122244 is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #122244 is #EDDDBB. Grayscale: #202020. Windows color (decimal): -15588796 or 4465170. OLE color: 4465170.

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

Color convert

RGB183468-
CMYK0.740.5000.73
HSL220.8º58.14%16.86%-
HSV(B)220.8º73.53%26.67%-
XYZ1.861.695.7-
YUV33.09147.7117.24-

RGB Variations

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

RGB

RED value IS 18 (7.42% from 255) = 15%
GREEN value IS 34 (13.67% from 255) = 28.33%
BLUE value IS 68 (26.95% from 255) = 56.67%
R=15%
G=28.33%
B=56.67%

CMYK

C (Cyan) values IS 0.74
M (Magenta) values IS 0.50
Y (Yellow) values IS 0
K (Black) values IS 0.73
SystemRedGreenBlueCMYKHSL
Decimal1834680.740.5000.73220.858.1416.86
Hex1222444A32049dd3a11
Octal22421041126201113357221
Binary1001010001010001001001010110010010010011101110111101010001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #122244

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #122244; }

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

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

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

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

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

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

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

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