#121A36

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

Shades of Midnight Express #121A36

Tints of Midnight Express #121A36

Color information

#121A36 (or 0x121A36) is unknown color: approx Midnight Express. HEX triplet: 12, 1A and 36. RGB value is (18,26,54). Sum of RGB (Red+Green+Blue) = 18+26+54=98 (12% of max value = 765). Red value is 18 (7.42% from 255 or 18.37% from 98); Green value is 26 (10.55% from 255 or 26.53% from 98); Blue value is 54 (21.48% from 255 or 55.10% from 98); Max value from RGB is 54 - color contains mainly: blue. Hex color #121A36 is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #121A36 is #EDE5C9. Grayscale: #1A1A1A. Windows color (decimal): -15590858 or 3545618. OLE color: 3545618.

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

Color convert

RGB182654-
CMYK0.670.5200.79
HSL226.67º50%14.12%-
HSV(B)226.67º66.67%21.18%-
XYZ1.281.133.64-
YUV26.8143.35121.72-

RGB Variations

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

RGB

RED value IS 18 (7.42% from 255) = 18.37%
GREEN value IS 26 (10.55% from 255) = 26.53%
BLUE value IS 54 (21.48% from 255) = 55.10%
R=18.37%
G=26.53%
B=55.10%

CMYK

C (Cyan) values IS 0.67
M (Magenta) values IS 0.52
Y (Yellow) values IS 0
K (Black) values IS 0.79
SystemRedGreenBlueCMYKHSL
Decimal1826540.670.5200.79226.675014.12
Hex121A36433404Fe332e
Octal2232661036401173436216
Binary1001011010110110100001111010001001111111000111100101110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #121A36

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #121A36; }

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

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

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

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

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

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

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

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