#121641

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

Shades of Midnight Express #121641

Tints of Midnight Express #121641

Color information

#121641 (or 0x121641) is unknown color: approx Midnight Express. HEX triplet: 12, 16 and 41. RGB value is (18,22,65). Sum of RGB (Red+Green+Blue) = 18+22+65=105 (13% of max value = 765). Red value is 18 (7.42% from 255 or 17.14% from 105); Green value is 22 (8.98% from 255 or 20.95% from 105); Blue value is 65 (25.78% from 255 or 61.90% from 105); Max value from RGB is 65 - color contains mainly: blue. Hex color #121641 is not a web safe color. Web safe color analog (approx): #000033. Inversed color of #121641 is #EDE9BE. Grayscale: #191919. Windows color (decimal): -15591871 or 4265490. OLE color: 4265490.

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

Color convert

RGB182265-
CMYK0.720.6600.75
HSL234.89º56.63%16.27%-
HSV(B)234.89º72.31%25.49%-
XYZ1.491.085.13-
YUV25.71150.17122.5-

RGB Variations

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

RGB

RED value IS 18 (7.42% from 255) = 17.14%
GREEN value IS 22 (8.98% from 255) = 20.95%
BLUE value IS 65 (25.78% from 255) = 61.90%
R=17.14%
G=20.95%
B=61.90%

CMYK

C (Cyan) values IS 0.72
M (Magenta) values IS 0.66
Y (Yellow) values IS 0
K (Black) values IS 0.75
SystemRedGreenBlueCMYKHSL
Decimal1822650.720.6600.75234.8956.6316.27
Hex121641484204Beb3910
Octal222610111010201133537120
Binary1001010110100000110010001000010010010111110101111100110000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #121641

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #121641; }

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

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

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

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

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

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

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

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