#121640

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

Shades of Midnight Express #121640

Tints of Midnight Express #121640

Color information

#121640 (or 0x121640) is unknown color: approx Midnight Express. HEX triplet: 12, 16 and 40. RGB value is (18,22,64). Sum of RGB (Red+Green+Blue) = 18+22+64=104 (13% of max value = 765). Red value is 18 (7.42% from 255 or 17.31% from 104); Green value is 22 (8.98% from 255 or 21.15% from 104); Blue value is 64 (25.39% from 255 or 61.54% from 104); Max value from RGB is 64 - color contains mainly: blue. Hex color #121640 is not a web safe color. Web safe color analog (approx): #000033. Inversed color of #121640 is #EDE9BF. Grayscale: #191919. Windows color (decimal): -15591872 or 4199954. OLE color: 4199954.

HSL color Cylindrical-coordinate representation of color #121640: hue angle of 234.78º degrees, saturation: 0.56, lightness: 0.16%. HSV value (or HSB Brightness) of color is 0.25% and HSV saturation: 0.72%. Process color model (Four color, CMYK) of #121640 is Cyan = 0.72, Magento = 0.66, Yellow = 0 and Black (K on CMYK) = 0.75.

Color convert

RGB182264-
CMYK0.720.6600.75
HSL234.78º56.1%16.08%-
HSV(B)234.78º71.88%25.1%-
XYZ1.461.074.98-
YUV25.59149.67122.58-

RGB Variations

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

RGB

RED value IS 18 (7.42% from 255) = 17.31%
GREEN value IS 22 (8.98% from 255) = 21.15%
BLUE value IS 64 (25.39% from 255) = 61.54%
R=17.31%
G=21.15%
B=61.54%

CMYK

C (Cyan) values IS 0.72
M (Magenta) values IS 0.66
Y (Yellow) values IS 0
K (Black) values IS 0.75
SystemRedGreenBlueCMYKHSL
Decimal1822640.720.6600.75234.7856.116.08
Hex121640484204Beb3810
Octal222610011010201133537020
Binary1001010110100000010010001000010010010111110101111100010000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #121640

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #121640; }

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

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

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

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

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

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

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

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