#121936

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

Shades of Midnight Express #121936

Tints of Midnight Express #121936

Color information

#121936 (or 0x121936) is unknown color: approx Midnight Express. HEX triplet: 12, 19 and 36. RGB value is (18,25,54). Sum of RGB (Red+Green+Blue) = 18+25+54=97 (12% of max value = 765). Red value is 18 (7.42% from 255 or 18.56% from 97); Green value is 25 (10.16% from 255 or 25.77% from 97); Blue value is 54 (21.48% from 255 or 55.67% from 97); Max value from RGB is 54 - color contains mainly: blue. Hex color #121936 is not a web safe color. Web safe color analog (approx): #000033. Inversed color of #121936 is #EDE6C9. Grayscale: #1A1A1A. Windows color (decimal): -15591114 or 3545362. OLE color: 3545362.

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

Color convert

RGB182554-
CMYK0.670.5400.79
HSL228.33º50%14.12%-
HSV(B)228.33º66.67%21.18%-
XYZ1.261.093.63-
YUV26.21143.68122.14-

RGB Variations

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

RGB

RED value IS 18 (7.42% from 255) = 18.56%
GREEN value IS 25 (10.16% from 255) = 25.77%
BLUE value IS 54 (21.48% from 255) = 55.67%
R=18.56%
G=25.77%
B=55.67%

CMYK

C (Cyan) values IS 0.67
M (Magenta) values IS 0.54
Y (Yellow) values IS 0
K (Black) values IS 0.79
SystemRedGreenBlueCMYKHSL
Decimal1825540.670.5400.79228.335014.12
Hex121936433604Fe432e
Octal2231661036601173446216
Binary1001011001110110100001111011001001111111001001100101110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #121936

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #121936; }

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

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

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

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

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

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

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

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