#121D36

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

Shades of Midnight Express #121D36

Tints of Midnight Express #121D36

Color information

#121D36 (or 0x121D36) is unknown color: approx Midnight Express. HEX triplet: 12, 1D and 36. RGB value is (18,29,54). Sum of RGB (Red+Green+Blue) = 18+29+54=101 (13% of max value = 765). Red value is 18 (7.42% from 255 or 17.82% from 101); Green value is 29 (11.72% from 255 or 28.71% from 101); Blue value is 54 (21.48% from 255 or 53.47% from 101); Max value from RGB is 54 - color contains mainly: blue. Hex color #121D36 is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #121D36 is #EDE2C9. Grayscale: #1C1C1C. Windows color (decimal): -15590090 or 3546386. OLE color: 3546386.

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

Color convert

RGB182954-
CMYK0.670.4600.79
HSL221.67º50%14.12%-
HSV(B)221.67º66.67%21.18%-
XYZ1.351.273.66-
YUV28.56142.36120.47-

RGB Variations

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

RGB

RED value IS 18 (7.42% from 255) = 17.82%
GREEN value IS 29 (11.72% from 255) = 28.71%
BLUE value IS 54 (21.48% from 255) = 53.47%
R=17.82%
G=28.71%
B=53.47%

CMYK

C (Cyan) values IS 0.67
M (Magenta) values IS 0.46
Y (Yellow) values IS 0
K (Black) values IS 0.79
SystemRedGreenBlueCMYKHSL
Decimal1829540.670.4600.79221.675014.12
Hex121D36432E04Fde32e
Octal2235661035601173366216
Binary1001011101110110100001110111001001111110111101100101110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #121D36

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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