#121E4E

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

Shades of Midnight Express #121E4E

Tints of Midnight Express #121E4E

Color information

#121E4E (or 0x121E4E) is unknown color: approx Midnight Express. HEX triplet: 12, 1E and 4E. RGB value is (18,30,78). Sum of RGB (Red+Green+Blue) = 18+30+78=126 (16% of max value = 765). Red value is 18 (7.42% from 255 or 14.29% from 126); Green value is 30 (12.11% from 255 or 23.81% from 126); Blue value is 78 (30.86% from 255 or 61.90% from 126); Max value from RGB is 78 - color contains mainly: blue. Hex color #121E4E is not a web safe color. Web safe color analog (approx): #003366. Inversed color of #121E4E is #EDE1B1. Grayscale: #1F1F1F. Windows color (decimal): -15589810 or 5119506. OLE color: 5119506.

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

Color convert

RGB183078-
CMYK0.770.6200.69
HSL228º62.5%18.82%-
HSV(B)228º76.92%30.59%-
XYZ2.091.617.41-
YUV31.88154.02118.1-

RGB Variations

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

RGB

RED value IS 18 (7.42% from 255) = 14.29%
GREEN value IS 30 (12.11% from 255) = 23.81%
BLUE value IS 78 (30.86% from 255) = 61.90%
R=14.29%
G=23.81%
B=61.90%

CMYK

C (Cyan) values IS 0.77
M (Magenta) values IS 0.62
Y (Yellow) values IS 0
K (Black) values IS 0.69
SystemRedGreenBlueCMYKHSL
Decimal1830780.770.6200.6922862.518.82
Hex121E4E4D3E045e43e13
Octal22361161157601053447623
Binary100101111010011101001101111110010001011110010011111010011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #121E4E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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