#121644

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

Shades of Midnight Express #121644

Tints of Midnight Express #121644

Color information

#121644 (or 0x121644) is unknown color: approx Midnight Express. HEX triplet: 12, 16 and 44. RGB value is (18,22,68). Sum of RGB (Red+Green+Blue) = 18+22+68=108 (14% of max value = 765). Red value is 18 (7.42% from 255 or 16.67% from 108); Green value is 22 (8.98% from 255 or 20.37% from 108); Blue value is 68 (26.95% from 255 or 62.96% from 108); Max value from RGB is 68 - color contains mainly: blue. Hex color #121644 is not a web safe color. Web safe color analog (approx): #000033. Inversed color of #121644 is #EDE9BB. Grayscale: #191919. Windows color (decimal): -15591868 or 4462098. OLE color: 4462098.

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

Color convert

RGB182268-
CMYK0.740.6800.73
HSL235.2º58.14%16.86%-
HSV(B)235.2º73.53%26.67%-
XYZ1.581.125.6-
YUV26.05151.67122.26-

RGB Variations

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

RGB

RED value IS 18 (7.42% from 255) = 16.67%
GREEN value IS 22 (8.98% from 255) = 20.37%
BLUE value IS 68 (26.95% from 255) = 62.96%
R=16.67%
G=20.37%
B=62.96%

CMYK

C (Cyan) values IS 0.74
M (Magenta) values IS 0.68
Y (Yellow) values IS 0
K (Black) values IS 0.73
SystemRedGreenBlueCMYKHSL
Decimal1822680.740.6800.73235.258.1416.86
Hex1216444A44049eb3a11
Octal222610411210401113537221
Binary1001010110100010010010101000100010010011110101111101010001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #121644

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #121644; }

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

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

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

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

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

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

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

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