#121140

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

Shades of Midnight Express #121140

Tints of Midnight Express #121140

Color information

#121140 (or 0x121140) is unknown color: approx Midnight Express. HEX triplet: 12, 11 and 40. RGB value is (18,17,64). Sum of RGB (Red+Green+Blue) = 18+17+64=99 (13% of max value = 765). Red value is 18 (7.42% from 255 or 18.18% from 99); Green value is 17 (7.03% from 255 or 17.17% from 99); Blue value is 64 (25.39% from 255 or 64.65% from 99); Max value from RGB is 64 - color contains mainly: blue. Hex color #121140 is not a web safe color. Web safe color analog (approx): #000033. Inversed color of #121140 is #EDEEBF. Grayscale: #161616. Windows color (decimal): -15593152 or 4198674. OLE color: 4198674.

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

Color convert

RGB181764-
CMYK0.720.7300.75
HSL241.28º58.02%15.88%-
HSV(B)241.28º73.44%25.1%-
XYZ1.380.94.95-
YUV22.66151.33124.68-

RGB Variations

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

RGB

RED value IS 18 (7.42% from 255) = 18.18%
GREEN value IS 17 (7.03% from 255) = 17.17%
BLUE value IS 64 (25.39% from 255) = 64.65%
R=18.18%
G=17.17%
B=64.65%

CMYK

C (Cyan) values IS 0.72
M (Magenta) values IS 0.73
Y (Yellow) values IS 0
K (Black) values IS 0.75
SystemRedGreenBlueCMYKHSL
Decimal1817640.720.7300.75241.2858.0215.88
Hex121140484904Bf13a10
Octal222110011011101133617220
Binary1001010001100000010010001001001010010111111000111101010000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #121140

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #121140; }

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

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

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

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

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

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

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

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