#121141

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

Shades of Midnight Express #121141

Tints of Midnight Express #121141

Color information

#121141 (or 0x121141) is unknown color: approx Midnight Express. HEX triplet: 12, 11 and 41. RGB value is (18,17,65). Sum of RGB (Red+Green+Blue) = 18+17+65=100 (13% of max value = 765). Red value is 18 (7.42% from 255 or 18% from 100); Green value is 17 (7.03% from 255 or 17% from 100); Blue value is 65 (25.78% from 255 or 65% from 100); Max value from RGB is 65 - color contains mainly: blue. Hex color #121141 is not a web safe color. Web safe color analog (approx): #000033. Inversed color of #121141 is #EDEEBE. Grayscale: #161616. Windows color (decimal): -15593151 or 4264210. OLE color: 4264210.

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

Color convert

RGB181765-
CMYK0.720.7400.75
HSL241.25º58.54%16.08%-
HSV(B)241.25º73.85%25.49%-
XYZ1.40.915.1-
YUV22.77151.83124.6-

RGB Variations

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

RGB

RED value IS 18 (7.42% from 255) = 18%
GREEN value IS 17 (7.03% from 255) = 17%
BLUE value IS 65 (25.78% from 255) = 65%
R=18%
G=17%
B=65%

CMYK

C (Cyan) values IS 0.72
M (Magenta) values IS 0.74
Y (Yellow) values IS 0
K (Black) values IS 0.75
SystemRedGreenBlueCMYKHSL
Decimal1817650.720.7400.75241.2558.5416.08
Hex121141484A04Bf13b10
Octal222110111011201133617320
Binary1001010001100000110010001001010010010111111000111101110000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #121141

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #121141; }

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

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

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

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

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

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

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

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