#121932

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

Shades of Midnight Express #121932

Tints of Midnight Express #121932

Color information

#121932 (or 0x121932) is unknown color: approx Midnight Express. HEX triplet: 12, 19 and 32. RGB value is (18,25,50). Sum of RGB (Red+Green+Blue) = 18+25+50=93 (12% of max value = 765). Red value is 18 (7.42% from 255 or 19.35% from 93); Green value is 25 (10.16% from 255 or 26.88% from 93); Blue value is 50 (19.92% from 255 or 53.76% from 93); Max value from RGB is 50 - color contains mainly: blue. Hex color #121932 is not a web safe color. Web safe color analog (approx): #000033. Inversed color of #121932 is #EDE6CD. Grayscale: #191919. Windows color (decimal): -15591118 or 3283218. OLE color: 3283218.

HSL color Cylindrical-coordinate representation of color #121932: hue angle of 226.88º degrees, saturation: 0.47, lightness: 0.13%. HSV value (or HSB Brightness) of color is 0.2% and HSV saturation: 0.64%. Process color model (Four color, CMYK) of #121932 is Cyan = 0.64, Magento = 0.50, Yellow = 0 and Black (K on CMYK) = 0.80.

Color convert

RGB182550-
CMYK0.640.5000.80
HSL226.88º47.06%13.33%-
HSV(B)226.88º64%19.61%-
XYZ1.171.053.16-
YUV25.76141.68122.47-

RGB Variations

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

RGB

RED value IS 18 (7.42% from 255) = 19.35%
GREEN value IS 25 (10.16% from 255) = 26.88%
BLUE value IS 50 (19.92% from 255) = 53.76%
R=19.35%
G=26.88%
B=53.76%

CMYK

C (Cyan) values IS 0.64
M (Magenta) values IS 0.50
Y (Yellow) values IS 0
K (Black) values IS 0.80
SystemRedGreenBlueCMYKHSL
Decimal1825500.640.5000.80226.8847.0613.33
Hex1219324032050e32fd
Octal2231621006201203435715
Binary1001011001110010100000011001001010000111000111011111101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #121932

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #121932; }

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

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

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

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

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

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

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

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