#121940

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

Shades of Midnight Express #121940

Tints of Midnight Express #121940

Color information

#121940 (or 0x121940) is unknown color: approx Midnight Express. HEX triplet: 12, 19 and 40. RGB value is (18,25,64). Sum of RGB (Red+Green+Blue) = 18+25+64=107 (14% of max value = 765). Red value is 18 (7.42% from 255 or 16.82% from 107); Green value is 25 (10.16% from 255 or 23.36% from 107); Blue value is 64 (25.39% from 255 or 59.81% from 107); Max value from RGB is 64 - color contains mainly: blue. Hex color #121940 is not a web safe color. Web safe color analog (approx): #000033. Inversed color of #121940 is #EDE6BF. Grayscale: #1B1B1B. Windows color (decimal): -15591104 or 4200722. OLE color: 4200722.

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

Color convert

RGB182564-
CMYK0.720.6100.75
HSL230.87º56.1%16.08%-
HSV(B)230.87º71.88%25.1%-
XYZ1.521.195-
YUV27.35148.68121.33-

RGB Variations

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

RGB

RED value IS 18 (7.42% from 255) = 16.82%
GREEN value IS 25 (10.16% from 255) = 23.36%
BLUE value IS 64 (25.39% from 255) = 59.81%
R=16.82%
G=23.36%
B=59.81%

CMYK

C (Cyan) values IS 0.72
M (Magenta) values IS 0.61
Y (Yellow) values IS 0
K (Black) values IS 0.75
SystemRedGreenBlueCMYKHSL
Decimal1825640.720.6100.75230.8756.116.08
Hex121940483D04Be73810
Octal22311001107501133477020
Binary100101100110000001001000111101010010111110011111100010000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #121940

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #121940; }

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

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

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

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

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

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

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

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