#121F4E

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

Shades of Midnight Express #121F4E

Tints of Midnight Express #121F4E

Color information

#121F4E (or 0x121F4E) is unknown color: approx Midnight Express. HEX triplet: 12, 1F and 4E. RGB value is (18,31,78). Sum of RGB (Red+Green+Blue) = 18+31+78=127 (16% of max value = 765). Red value is 18 (7.42% from 255 or 14.17% from 127); Green value is 31 (12.5% from 255 or 24.41% from 127); Blue value is 78 (30.86% from 255 or 61.42% from 127); Max value from RGB is 78 - color contains mainly: blue. Hex color #121F4E is not a web safe color. Web safe color analog (approx): #003366. Inversed color of #121F4E is #EDE0B1. Grayscale: #202020. Windows color (decimal): -15589554 or 5119762. OLE color: 5119762.

HSL color Cylindrical-coordinate representation of color #121F4E: hue angle of 227º degrees, saturation: 0.62, 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 #121F4E is Cyan = 0.77, Magento = 0.60, Yellow = 0 and Black (K on CMYK) = 0.69.

Color convert

RGB183178-
CMYK0.770.6000.69
HSL227º62.5%18.82%-
HSV(B)227º76.92%30.59%-
XYZ2.111.667.42-
YUV32.47153.69117.68-

RGB Variations

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

RGB

RED value IS 18 (7.42% from 255) = 14.17%
GREEN value IS 31 (12.5% from 255) = 24.41%
BLUE value IS 78 (30.86% from 255) = 61.42%
R=14.17%
G=24.41%
B=61.42%

CMYK

C (Cyan) values IS 0.77
M (Magenta) values IS 0.60
Y (Yellow) values IS 0
K (Black) values IS 0.69
SystemRedGreenBlueCMYKHSL
Decimal1831780.770.6000.6922762.518.82
Hex121F4E4D3C045e33e13
Octal22371161157401053437623
Binary100101111110011101001101111100010001011110001111111010011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #121F4E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(18,31,78); }

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

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

 a { background-color: rgb(18,31,78); }

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

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

 span { border-color: rgb(18,31,78); }

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