#121D4F

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

Shades of Midnight Express #121D4F

Tints of Midnight Express #121D4F

Color information

#121D4F (or 0x121D4F) is unknown color: approx Midnight Express. HEX triplet: 12, 1D and 4F. RGB value is (18,29,79). Sum of RGB (Red+Green+Blue) = 18+29+79=126 (16% of max value = 765). Red value is 18 (7.42% from 255 or 14.29% from 126); Green value is 29 (11.72% from 255 or 23.02% from 126); Blue value is 79 (31.25% from 255 or 62.70% from 126); Max value from RGB is 79 - color contains mainly: blue. Hex color #121D4F is not a web safe color. Web safe color analog (approx): #003366. Inversed color of #121D4F is #EDE2B0. Grayscale: #1F1F1F. Windows color (decimal): -15590065 or 5184786. OLE color: 5184786.

HSL color Cylindrical-coordinate representation of color #121D4F: hue angle of 229.18º degrees, saturation: 0.63, lightness: 0.19%. HSV value (or HSB Brightness) of color is 0.31% and HSV saturation: 0.77%. Process color model (Four color, CMYK) of #121D4F is Cyan = 0.77, Magento = 0.63, Yellow = 0 and Black (K on CMYK) = 0.69.

Color convert

RGB182979-
CMYK0.770.6300.69
HSL229.18º62.89%19.02%-
HSV(B)229.18º77.22%30.98%-
XYZ2.11.577.59-
YUV31.41154.86118.43-

RGB Variations

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

RGB

RED value IS 18 (7.42% from 255) = 14.29%
GREEN value IS 29 (11.72% from 255) = 23.02%
BLUE value IS 79 (31.25% from 255) = 62.70%
R=14.29%
G=23.02%
B=62.70%

CMYK

C (Cyan) values IS 0.77
M (Magenta) values IS 0.63
Y (Yellow) values IS 0
K (Black) values IS 0.69
SystemRedGreenBlueCMYKHSL
Decimal1829790.770.6300.69229.1862.8919.02
Hex121D4F4D3F045e53f13
Octal22351171157701053457723
Binary100101110110011111001101111111010001011110010111111110011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #121D4F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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