#121D4C

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

Shades of Midnight Express #121D4C

Tints of Midnight Express #121D4C

Color information

#121D4C (or 0x121D4C) is unknown color: approx Midnight Express. HEX triplet: 12, 1D and 4C. RGB value is (18,29,76). Sum of RGB (Red+Green+Blue) = 18+29+76=123 (16% of max value = 765). Red value is 18 (7.42% from 255 or 14.63% from 123); Green value is 29 (11.72% from 255 or 23.58% from 123); Blue value is 76 (30.08% from 255 or 61.79% from 123); Max value from RGB is 76 - color contains mainly: blue. Hex color #121D4C is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #121D4C is #EDE2B3. Grayscale: #1E1E1E. Windows color (decimal): -15590068 or 4988178. OLE color: 4988178.

HSL color Cylindrical-coordinate representation of color #121D4C: hue angle of 228.62º degrees, saturation: 0.62, lightness: 0.18%. HSV value (or HSB Brightness) of color is 0.3% and HSV saturation: 0.76%. Process color model (Four color, CMYK) of #121D4C is Cyan = 0.76, Magento = 0.62, Yellow = 0 and Black (K on CMYK) = 0.70.

Color convert

RGB182976-
CMYK0.760.6200.70
HSL228.62º61.7%18.43%-
HSV(B)228.62º76.32%29.8%-
XYZ1.991.537.03-
YUV31.07153.36118.68-

RGB Variations

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

RGB

RED value IS 18 (7.42% from 255) = 14.63%
GREEN value IS 29 (11.72% from 255) = 23.58%
BLUE value IS 76 (30.08% from 255) = 61.79%
R=14.63%
G=23.58%
B=61.79%

CMYK

C (Cyan) values IS 0.76
M (Magenta) values IS 0.62
Y (Yellow) values IS 0
K (Black) values IS 0.70
SystemRedGreenBlueCMYKHSL
Decimal1829760.760.6200.70228.6261.718.43
Hex121D4C4C3E046e53e12
Octal22351141147601063457622
Binary100101110110011001001100111110010001101110010111111010010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #121D4C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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