#121042

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

Shades of Midnight Express #121042

Tints of Midnight Express #121042

Color information

#121042 (or 0x121042) is unknown color: approx Midnight Express. HEX triplet: 12, 10 and 42. RGB value is (18,16,66). Sum of RGB (Red+Green+Blue) = 18+16+66=100 (13% of max value = 765). Red value is 18 (7.42% from 255 or 18% from 100); Green value is 16 (6.64% from 255 or 16% from 100); Blue value is 66 (26.17% from 255 or 66% from 100); Max value from RGB is 66 - color contains mainly: blue. Hex color #121042 is not a web safe color. Web safe color analog (approx): #000033. Inversed color of #121042 is #EDEFBD. Grayscale: #161616. Windows color (decimal): -15593406 or 4329490. OLE color: 4329490.

HSL color Cylindrical-coordinate representation of color #121042: hue angle of 242.4º degrees, saturation: 0.61, lightness: 0.16%. HSV value (or HSB Brightness) of color is 0.26% and HSV saturation: 0.76%. Process color model (Four color, CMYK) of #121042 is Cyan = 0.73, Magento = 0.76, Yellow = 0 and Black (K on CMYK) = 0.74.

Color convert

RGB181666-
CMYK0.730.7600.74
HSL242.4º60.98%16.08%-
HSV(B)242.4º75.76%25.88%-
XYZ1.420.895.25-
YUV22.3152.66124.93-

RGB Variations

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

RGB

RED value IS 18 (7.42% from 255) = 18%
GREEN value IS 16 (6.64% from 255) = 16%
BLUE value IS 66 (26.17% from 255) = 66%
R=18%
G=16%
B=66%

CMYK

C (Cyan) values IS 0.73
M (Magenta) values IS 0.76
Y (Yellow) values IS 0
K (Black) values IS 0.74
SystemRedGreenBlueCMYKHSL
Decimal1816660.730.7600.74242.460.9816.08
Hex121042494C04Af23d10
Octal222010211111401123627520
Binary1001010000100001010010011001100010010101111001011110110000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #121042

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #121042; }

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

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

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

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

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

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

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

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