#121D46

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

Shades of Midnight Express #121D46

Tints of Midnight Express #121D46

Color information

#121D46 (or 0x121D46) is unknown color: approx Midnight Express. HEX triplet: 12, 1D and 46. RGB value is (18,29,70). Sum of RGB (Red+Green+Blue) = 18+29+70=117 (15% of max value = 765). Red value is 18 (7.42% from 255 or 15.38% from 117); Green value is 29 (11.72% from 255 or 24.79% from 117); Blue value is 70 (27.73% from 255 or 59.83% from 117); Max value from RGB is 70 - color contains mainly: blue. Hex color #121D46 is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #121D46 is #EDE2B9. Grayscale: #1E1E1E. Windows color (decimal): -15590074 or 4594962. OLE color: 4594962.

HSL color Cylindrical-coordinate representation of color #121D46: hue angle of 227.31º degrees, saturation: 0.59, lightness: 0.17%. HSV value (or HSB Brightness) of color is 0.27% and HSV saturation: 0.74%. Process color model (Four color, CMYK) of #121D46 is Cyan = 0.74, Magento = 0.59, Yellow = 0 and Black (K on CMYK) = 0.73.

Color convert

RGB182970-
CMYK0.740.5900.73
HSL227.31º59.09%17.25%-
HSV(B)227.31º74.29%27.45%-
XYZ1.791.455.98-
YUV30.38150.36119.17-

RGB Variations

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

RGB

RED value IS 18 (7.42% from 255) = 15.38%
GREEN value IS 29 (11.72% from 255) = 24.79%
BLUE value IS 70 (27.73% from 255) = 59.83%
R=15.38%
G=24.79%
B=59.83%

CMYK

C (Cyan) values IS 0.74
M (Magenta) values IS 0.59
Y (Yellow) values IS 0
K (Black) values IS 0.73
SystemRedGreenBlueCMYKHSL
Decimal1829700.740.5900.73227.3159.0917.25
Hex121D464A3B049e33b11
Octal22351061127301113437321
Binary100101110110001101001010111011010010011110001111101110001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #121D46

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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