#121744

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

Shades of Midnight Express #121744

Tints of Midnight Express #121744

Color information

#121744 (or 0x121744) is unknown color: approx Midnight Express. HEX triplet: 12, 17 and 44. RGB value is (18,23,68). Sum of RGB (Red+Green+Blue) = 18+23+68=109 (14% of max value = 765). Red value is 18 (7.42% from 255 or 16.51% from 109); Green value is 23 (9.38% from 255 or 21.10% from 109); Blue value is 68 (26.95% from 255 or 62.39% from 109); Max value from RGB is 68 - color contains mainly: blue. Hex color #121744 is not a web safe color. Web safe color analog (approx): #000033. Inversed color of #121744 is #EDE8BB. Grayscale: #1A1A1A. Windows color (decimal): -15591612 or 4462354. OLE color: 4462354.

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

Color convert

RGB182368-
CMYK0.740.6600.73
HSL234º58.14%16.86%-
HSV(B)234º73.53%26.67%-
XYZ1.61.165.61-
YUV26.64151.34121.84-

RGB Variations

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

RGB

RED value IS 18 (7.42% from 255) = 16.51%
GREEN value IS 23 (9.38% from 255) = 21.10%
BLUE value IS 68 (26.95% from 255) = 62.39%
R=16.51%
G=21.10%
B=62.39%

CMYK

C (Cyan) values IS 0.74
M (Magenta) values IS 0.66
Y (Yellow) values IS 0
K (Black) values IS 0.73
SystemRedGreenBlueCMYKHSL
Decimal1823680.740.6600.7323458.1416.86
Hex1217444A42049ea3a11
Octal222710411210201113527221
Binary1001010111100010010010101000010010010011110101011101010001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #121744

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #121744; }

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

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

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

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

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

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

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

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