#121D33

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

Shades of Midnight Express #121D33

Tints of Midnight Express #121D33

Color information

#121D33 (or 0x121D33) is unknown color: approx Midnight Express. HEX triplet: 12, 1D and 33. RGB value is (18,29,51). Sum of RGB (Red+Green+Blue) = 18+29+51=98 (12% of max value = 765). Red value is 18 (7.42% from 255 or 18.37% from 98); Green value is 29 (11.72% from 255 or 29.59% from 98); Blue value is 51 (20.31% from 255 or 52.04% from 98); Max value from RGB is 51 - color contains mainly: blue. Hex color #121D33 is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #121D33 is #EDE2CC. Grayscale: #1C1C1C. Windows color (decimal): -15590093 or 3349778. OLE color: 3349778.

HSL color Cylindrical-coordinate representation of color #121D33: hue angle of 220º degrees, saturation: 0.48, lightness: 0.14%. HSV value (or HSB Brightness) of color is 0.2% and HSV saturation: 0.65%. Process color model (Four color, CMYK) of #121D33 is Cyan = 0.65, Magento = 0.43, Yellow = 0 and Black (K on CMYK) = 0.8.

Color convert

RGB182951-
CMYK0.650.4300.8
HSL220º47.83%13.53%-
HSV(B)220º64.71%20%-
XYZ1.291.253.3-
YUV28.22140.86120.71-

RGB Variations

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

RGB

RED value IS 18 (7.42% from 255) = 18.37%
GREEN value IS 29 (11.72% from 255) = 29.59%
BLUE value IS 51 (20.31% from 255) = 52.04%
R=18.37%
G=29.59%
B=52.04%

CMYK

C (Cyan) values IS 0.65
M (Magenta) values IS 0.43
Y (Yellow) values IS 0
K (Black) values IS 0.8
SystemRedGreenBlueCMYKHSL
Decimal1829510.650.4300.822047.8313.53
Hex121D33412B050dc30e
Octal2235631015301203346016
Binary1001011101110011100000110101101010000110111001100001110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #121D33

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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