#121C36

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

Shades of Midnight Express #121C36

Tints of Midnight Express #121C36

Color information

#121C36 (or 0x121C36) is unknown color: approx Midnight Express. HEX triplet: 12, 1C and 36. RGB value is (18,28,54). Sum of RGB (Red+Green+Blue) = 18+28+54=100 (13% of max value = 765). Red value is 18 (7.42% from 255 or 18% from 100); Green value is 28 (11.33% from 255 or 28% from 100); Blue value is 54 (21.48% from 255 or 54% from 100); Max value from RGB is 54 - color contains mainly: blue. Hex color #121C36 is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #121C36 is #EDE3C9. Grayscale: #1B1B1B. Windows color (decimal): -15590346 or 3546130. OLE color: 3546130.

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

Color convert

RGB182854-
CMYK0.670.4800.79
HSL223.33º50%14.12%-
HSV(B)223.33º66.67%21.18%-
XYZ1.331.233.66-
YUV27.97142.69120.89-

RGB Variations

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

RGB

RED value IS 18 (7.42% from 255) = 18%
GREEN value IS 28 (11.33% from 255) = 28%
BLUE value IS 54 (21.48% from 255) = 54%
R=18%
G=28%
B=54%

CMYK

C (Cyan) values IS 0.67
M (Magenta) values IS 0.48
Y (Yellow) values IS 0
K (Black) values IS 0.79
SystemRedGreenBlueCMYKHSL
Decimal1828540.670.4800.79223.335014.12
Hex121C36433004Fdf32e
Octal2234661036001173376216
Binary1001011100110110100001111000001001111110111111100101110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #121C36

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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