#121040

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

Shades of Midnight Express #121040

Tints of Midnight Express #121040

Color information

#121040 (or 0x121040) is unknown color: approx Midnight Express. HEX triplet: 12, 10 and 40. RGB value is (18,16,64). Sum of RGB (Red+Green+Blue) = 18+16+64=98 (12% of max value = 765). Red value is 18 (7.42% from 255 or 18.37% from 98); Green value is 16 (6.64% from 255 or 16.33% from 98); Blue value is 64 (25.39% from 255 or 65.31% from 98); Max value from RGB is 64 - color contains mainly: blue. Hex color #121040 is not a web safe color. Web safe color analog (approx): #000033. Inversed color of #121040 is #EDEFBF. Grayscale: #151515. Windows color (decimal): -15593408 or 4198418. OLE color: 4198418.

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

Color convert

RGB181664-
CMYK0.720.7500.75
HSL242.5º60%15.69%-
HSV(B)242.5º75%25.1%-
XYZ1.360.874.95-
YUV22.07151.66125.1-

RGB Variations

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

RGB

RED value IS 18 (7.42% from 255) = 18.37%
GREEN value IS 16 (6.64% from 255) = 16.33%
BLUE value IS 64 (25.39% from 255) = 65.31%
R=18.37%
G=16.33%
B=65.31%

CMYK

C (Cyan) values IS 0.72
M (Magenta) values IS 0.75
Y (Yellow) values IS 0
K (Black) values IS 0.75
SystemRedGreenBlueCMYKHSL
Decimal1816640.720.7500.75242.56015.69
Hex121040484B04Bf23c10
Octal222010011011301133627420
Binary1001010000100000010010001001011010010111111001011110010000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #121040

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #121040; }

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

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

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

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

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

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

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

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