#121A4E

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

Shades of Midnight Express #121A4E

Tints of Midnight Express #121A4E

Color information

#121A4E (or 0x121A4E) is unknown color: approx Midnight Express. HEX triplet: 12, 1A and 4E. RGB value is (18,26,78). Sum of RGB (Red+Green+Blue) = 18+26+78=122 (16% of max value = 765). Red value is 18 (7.42% from 255 or 14.75% from 122); Green value is 26 (10.55% from 255 or 21.31% from 122); Blue value is 78 (30.86% from 255 or 63.93% from 122); Max value from RGB is 78 - color contains mainly: blue. Hex color #121A4E is not a web safe color. Web safe color analog (approx): #003366. Inversed color of #121A4E is #EDE5B1. Grayscale: #1D1D1D. Windows color (decimal): -15590834 or 5118482. OLE color: 5118482.

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

Color convert

RGB182678-
CMYK0.770.6700.69
HSL232º62.5%18.82%-
HSV(B)232º76.92%30.59%-
XYZ1.991.427.38-
YUV29.54155.35119.77-

RGB Variations

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

RGB

RED value IS 18 (7.42% from 255) = 14.75%
GREEN value IS 26 (10.55% from 255) = 21.31%
BLUE value IS 78 (30.86% from 255) = 63.93%
R=14.75%
G=21.31%
B=63.93%

CMYK

C (Cyan) values IS 0.77
M (Magenta) values IS 0.67
Y (Yellow) values IS 0
K (Black) values IS 0.69
SystemRedGreenBlueCMYKHSL
Decimal1826780.770.6700.6923262.518.82
Hex121A4E4D43045e83e13
Octal223211611510301053507623
Binary1001011010100111010011011000011010001011110100011111010011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #121A4E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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