#121436

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

Shades of Midnight Express #121436

Tints of Midnight Express #121436

Color information

#121436 (or 0x121436) is unknown color: approx Midnight Express. HEX triplet: 12, 14 and 36. RGB value is (18,20,54). Sum of RGB (Red+Green+Blue) = 18+20+54=92 (12% of max value = 765). Red value is 18 (7.42% from 255 or 19.57% from 92); Green value is 20 (8.20% from 255 or 21.74% from 92); Blue value is 54 (21.48% from 255 or 58.70% from 92); Max value from RGB is 54 - color contains mainly: blue. Hex color #121436 is not a web safe color. Web safe color analog (approx): #000033. Inversed color of #121436 is #EDEBC9. Grayscale: #171717. Windows color (decimal): -15592394 or 3544082. OLE color: 3544082.

HSL color Cylindrical-coordinate representation of color #121436: hue angle of 236.67º degrees, saturation: 0.5, lightness: 0.14%. HSV value (or HSB Brightness) of color is 0.21% and HSV saturation: 0.67%. Process color model (Four color, CMYK) of #121436 is Cyan = 0.67, Magento = 0.63, Yellow = 0 and Black (K on CMYK) = 0.79.

Color convert

RGB182054-
CMYK0.670.6300.79
HSL236.67º50%14.12%-
HSV(B)236.67º66.67%21.18%-
XYZ1.170.93.6-
YUV23.28145.34124.24-

RGB Variations

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

RGB

RED value IS 18 (7.42% from 255) = 19.57%
GREEN value IS 20 (8.20% from 255) = 21.74%
BLUE value IS 54 (21.48% from 255) = 58.70%
R=19.57%
G=21.74%
B=58.70%

CMYK

C (Cyan) values IS 0.67
M (Magenta) values IS 0.63
Y (Yellow) values IS 0
K (Black) values IS 0.79
SystemRedGreenBlueCMYKHSL
Decimal1820540.670.6300.79236.675014.12
Hex121436433F04Fed32e
Octal2224661037701173556216
Binary1001010100110110100001111111101001111111011011100101110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #121436

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #121436; }

 p { color: rgb(18,20,54); }

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

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

 a { background-color: rgb(18,20,54); }

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

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

 span { border-color: rgb(18,20,54); }

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