#121844

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

Shades of Midnight Express #121844

Tints of Midnight Express #121844

Color information

#121844 (or 0x121844) is unknown color: approx Midnight Express. HEX triplet: 12, 18 and 44. RGB value is (18,24,68). Sum of RGB (Red+Green+Blue) = 18+24+68=110 (14% of max value = 765). Red value is 18 (7.42% from 255 or 16.36% from 110); Green value is 24 (9.77% from 255 or 21.82% from 110); Blue value is 68 (26.95% from 255 or 61.82% from 110); Max value from RGB is 68 - color contains mainly: blue. Hex color #121844 is not a web safe color. Web safe color analog (approx): #000033. Inversed color of #121844 is #EDE7BB. Grayscale: #1B1B1B. Windows color (decimal): -15591356 or 4462610. OLE color: 4462610.

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

Color convert

RGB182468-
CMYK0.740.6500.73
HSL232.8º58.14%16.86%-
HSV(B)232.8º73.53%26.67%-
XYZ1.621.25.61-
YUV27.22151.01121.42-

RGB Variations

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

RGB

RED value IS 18 (7.42% from 255) = 16.36%
GREEN value IS 24 (9.77% from 255) = 21.82%
BLUE value IS 68 (26.95% from 255) = 61.82%
R=16.36%
G=21.82%
B=61.82%

CMYK

C (Cyan) values IS 0.74
M (Magenta) values IS 0.65
Y (Yellow) values IS 0
K (Black) values IS 0.73
SystemRedGreenBlueCMYKHSL
Decimal1824680.740.6500.73232.858.1416.86
Hex1218444A41049e93a11
Octal223010411210101113517221
Binary1001011000100010010010101000001010010011110100111101010001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #121844

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #121844; }

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

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

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

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

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

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

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

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