#121440

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

Shades of Midnight Express #121440

Tints of Midnight Express #121440

Color information

#121440 (or 0x121440) is unknown color: approx Midnight Express. HEX triplet: 12, 14 and 40. RGB value is (18,20,64). Sum of RGB (Red+Green+Blue) = 18+20+64=102 (13% of max value = 765). Red value is 18 (7.42% from 255 or 17.65% from 102); Green value is 20 (8.20% from 255 or 19.61% from 102); Blue value is 64 (25.39% from 255 or 62.75% from 102); Max value from RGB is 64 - color contains mainly: blue. Hex color #121440 is not a web safe color. Web safe color analog (approx): #000033. Inversed color of #121440 is #EDEBBF. Grayscale: #181818. Windows color (decimal): -15592384 or 4199442. OLE color: 4199442.

HSL color Cylindrical-coordinate representation of color #121440: hue angle of 237.39º 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 #121440 is Cyan = 0.72, Magento = 0.69, Yellow = 0 and Black (K on CMYK) = 0.75.

Color convert

RGB182064-
CMYK0.720.6900.75
HSL237.39º56.1%16.08%-
HSV(B)237.39º71.88%25.1%-
XYZ1.4314.97-
YUV24.42150.34123.42-

RGB Variations

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

RGB

RED value IS 18 (7.42% from 255) = 17.65%
GREEN value IS 20 (8.20% from 255) = 19.61%
BLUE value IS 64 (25.39% from 255) = 62.75%
R=17.65%
G=19.61%
B=62.75%

CMYK

C (Cyan) values IS 0.72
M (Magenta) values IS 0.69
Y (Yellow) values IS 0
K (Black) values IS 0.75
SystemRedGreenBlueCMYKHSL
Decimal1820640.720.6900.75237.3956.116.08
Hex121440484504Bed3810
Octal222410011010501133557020
Binary1001010100100000010010001000101010010111110110111100010000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #121440

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #121440; }

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

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

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

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

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

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

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

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