#121336

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

Shades of Midnight Express #121336

Tints of Midnight Express #121336

Color information

#121336 (or 0x121336) is unknown color: approx Midnight Express. HEX triplet: 12, 13 and 36. RGB value is (18,19,54). Sum of RGB (Red+Green+Blue) = 18+19+54=91 (12% of max value = 765). Red value is 18 (7.42% from 255 or 19.78% from 91); Green value is 19 (7.81% from 255 or 20.88% from 91); Blue value is 54 (21.48% from 255 or 59.34% from 91); Max value from RGB is 54 - color contains mainly: blue. Hex color #121336 is not a web safe color. Web safe color analog (approx): #000033. Inversed color of #121336 is #EDECC9. Grayscale: #161616. Windows color (decimal): -15592650 or 3543826. OLE color: 3543826.

HSL color Cylindrical-coordinate representation of color #121336: hue angle of 238.33º 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 #121336 is Cyan = 0.67, Magento = 0.65, Yellow = 0 and Black (K on CMYK) = 0.79.

Color convert

RGB181954-
CMYK0.670.6500.79
HSL238.33º50%14.12%-
HSV(B)238.33º66.67%21.18%-
XYZ1.150.863.6-
YUV22.69145.67124.65-

RGB Variations

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

RGB

RED value IS 18 (7.42% from 255) = 19.78%
GREEN value IS 19 (7.81% from 255) = 20.88%
BLUE value IS 54 (21.48% from 255) = 59.34%
R=19.78%
G=20.88%
B=59.34%

CMYK

C (Cyan) values IS 0.67
M (Magenta) values IS 0.65
Y (Yellow) values IS 0
K (Black) values IS 0.79
SystemRedGreenBlueCMYKHSL
Decimal1819540.670.6500.79238.335014.12
Hex121336434104Fee32e
Octal22236610310101173566216
Binary10010100111101101000011100000101001111111011101100101110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #121336

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #121336; }

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

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

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

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

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

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

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

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