#121D45

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

Shades of Midnight Express #121D45

Tints of Midnight Express #121D45

Color information

#121D45 (or 0x121D45) is unknown color: approx Midnight Express. HEX triplet: 12, 1D and 45. RGB value is (18,29,69). Sum of RGB (Red+Green+Blue) = 18+29+69=116 (15% of max value = 765). Red value is 18 (7.42% from 255 or 15.52% from 116); Green value is 29 (11.72% from 255 or 25% from 116); Blue value is 69 (27.34% from 255 or 59.48% from 116); Max value from RGB is 69 - color contains mainly: blue. Hex color #121D45 is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #121D45 is #EDE2BA. Grayscale: #1E1E1E. Windows color (decimal): -15590075 or 4529426. OLE color: 4529426.

HSL color Cylindrical-coordinate representation of color #121D45: hue angle of 227.06º 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 #121D45 is Cyan = 0.74, Magento = 0.58, Yellow = 0 and Black (K on CMYK) = 0.73.

Color convert

RGB182969-
CMYK0.740.5800.73
HSL227.06º58.62%17.06%-
HSV(B)227.06º73.91%27.06%-
XYZ1.761.445.81-
YUV30.27149.86119.25-

RGB Variations

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

RGB

RED value IS 18 (7.42% from 255) = 15.52%
GREEN value IS 29 (11.72% from 255) = 25%
BLUE value IS 69 (27.34% from 255) = 59.48%
R=15.52%
G=25%
B=59.48%

CMYK

C (Cyan) values IS 0.74
M (Magenta) values IS 0.58
Y (Yellow) values IS 0
K (Black) values IS 0.73
SystemRedGreenBlueCMYKHSL
Decimal1829690.740.5800.73227.0658.6217.06
Hex121D454A3A049e33b11
Octal22351051127201113437321
Binary100101110110001011001010111010010010011110001111101110001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #121D45

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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