#121B4C

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

Shades of Midnight Express #121B4C

Tints of Midnight Express #121B4C

Color information

#121B4C (or 0x121B4C) is unknown color: approx Midnight Express. HEX triplet: 12, 1B and 4C. RGB value is (18,27,76). Sum of RGB (Red+Green+Blue) = 18+27+76=121 (16% of max value = 765). Red value is 18 (7.42% from 255 or 14.88% from 121); Green value is 27 (10.94% from 255 or 22.31% from 121); Blue value is 76 (30.08% from 255 or 62.81% from 121); Max value from RGB is 76 - color contains mainly: blue. Hex color #121B4C is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #121B4C is #EDE4B3. Grayscale: #1D1D1D. Windows color (decimal): -15590580 or 4987666. OLE color: 4987666.

HSL color Cylindrical-coordinate representation of color #121B4C: hue angle of 230.69º 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 #121B4C is Cyan = 0.76, Magento = 0.64, Yellow = 0 and Black (K on CMYK) = 0.70.

Color convert

RGB182776-
CMYK0.760.6400.70
HSL230.69º61.7%18.43%-
HSV(B)230.69º76.32%29.8%-
XYZ1.951.437.01-
YUV29.89154.02119.52-

RGB Variations

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

RGB

RED value IS 18 (7.42% from 255) = 14.88%
GREEN value IS 27 (10.94% from 255) = 22.31%
BLUE value IS 76 (30.08% from 255) = 62.81%
R=14.88%
G=22.31%
B=62.81%

CMYK

C (Cyan) values IS 0.76
M (Magenta) values IS 0.64
Y (Yellow) values IS 0
K (Black) values IS 0.70
SystemRedGreenBlueCMYKHSL
Decimal1827760.760.6400.70230.6961.718.43
Hex121B4C4C40046e73e12
Octal223311411410001063477622
Binary1001011011100110010011001000000010001101110011111111010010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #121B4C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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