#121041

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

Shades of Midnight Express #121041

Tints of Midnight Express #121041

Color information

#121041 (or 0x121041) is unknown color: approx Midnight Express. HEX triplet: 12, 10 and 41. RGB value is (18,16,65). Sum of RGB (Red+Green+Blue) = 18+16+65=99 (13% of max value = 765). Red value is 18 (7.42% from 255 or 18.18% from 99); Green value is 16 (6.64% from 255 or 16.16% from 99); Blue value is 65 (25.78% from 255 or 65.66% from 99); Max value from RGB is 65 - color contains mainly: blue. Hex color #121041 is not a web safe color. Web safe color analog (approx): #000033. Inversed color of #121041 is #EDEFBE. Grayscale: #151515. Windows color (decimal): -15593407 or 4263954. OLE color: 4263954.

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

Color convert

RGB181665-
CMYK0.720.7500.75
HSL242.45º60.49%15.88%-
HSV(B)242.45º75.38%25.49%-
XYZ1.390.885.1-
YUV22.18152.16125.02-

RGB Variations

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

RGB

RED value IS 18 (7.42% from 255) = 18.18%
GREEN value IS 16 (6.64% from 255) = 16.16%
BLUE value IS 65 (25.78% from 255) = 65.66%
R=18.18%
G=16.16%
B=65.66%

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
Decimal1816650.720.7500.75242.4560.4915.88
Hex121041484B04Bf23c10
Octal222010111011301133627420
Binary1001010000100000110010001001011010010111111001011110010000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #121041

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #121041; }

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

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

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

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

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

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

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

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