#121540

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

Shades of Midnight Express #121540

Tints of Midnight Express #121540

Color information

#121540 (or 0x121540) is unknown color: approx Midnight Express. HEX triplet: 12, 15 and 40. RGB value is (18,21,64). Sum of RGB (Red+Green+Blue) = 18+21+64=103 (13% of max value = 765). Red value is 18 (7.42% from 255 or 17.48% from 103); Green value is 21 (8.59% from 255 or 20.39% from 103); Blue value is 64 (25.39% from 255 or 62.14% from 103); Max value from RGB is 64 - color contains mainly: blue. Hex color #121540 is not a web safe color. Web safe color analog (approx): #000033. Inversed color of #121540 is #EDEABF. Grayscale: #181818. Windows color (decimal): -15592128 or 4199698. OLE color: 4199698.

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

Color convert

RGB182164-
CMYK0.720.6700.75
HSL236.09º56.1%16.08%-
HSV(B)236.09º71.88%25.1%-
XYZ1.441.044.97-
YUV25150.01123-

RGB Variations

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

RGB

RED value IS 18 (7.42% from 255) = 17.48%
GREEN value IS 21 (8.59% from 255) = 20.39%
BLUE value IS 64 (25.39% from 255) = 62.14%
R=17.48%
G=20.39%
B=62.14%

CMYK

C (Cyan) values IS 0.72
M (Magenta) values IS 0.67
Y (Yellow) values IS 0
K (Black) values IS 0.75
SystemRedGreenBlueCMYKHSL
Decimal1821640.720.6700.75236.0956.116.08
Hex121540484304Bec3810
Octal222510011010301133547020
Binary1001010101100000010010001000011010010111110110011100010000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #121540

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #121540; }

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

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

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

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

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

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

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

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