#121E48

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

Shades of Midnight Express #121E48

Tints of Midnight Express #121E48

Color information

#121E48 (or 0x121E48) is unknown color: approx Midnight Express. HEX triplet: 12, 1E and 48. RGB value is (18,30,72). Sum of RGB (Red+Green+Blue) = 18+30+72=120 (15% of max value = 765). Red value is 18 (7.42% from 255 or 15% from 120); Green value is 30 (12.11% from 255 or 25% from 120); Blue value is 72 (28.52% from 255 or 60% from 120); Max value from RGB is 72 - color contains mainly: blue. Hex color #121E48 is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #121E48 is #EDE1B7. Grayscale: #1F1F1F. Windows color (decimal): -15589816 or 4726290. OLE color: 4726290.

HSL color Cylindrical-coordinate representation of color #121E48: hue angle of 226.67º degrees, saturation: 0.6, lightness: 0.18%. HSV value (or HSB Brightness) of color is 0.28% and HSV saturation: 0.75%. Process color model (Four color, CMYK) of #121E48 is Cyan = 0.75, Magento = 0.58, Yellow = 0 and Black (K on CMYK) = 0.72.

Color convert

RGB183072-
CMYK0.750.5800.72
HSL226.67º60%17.65%-
HSV(B)226.67º75%28.24%-
XYZ1.881.536.33-
YUV31.2151.02118.58-

RGB Variations

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

RGB

RED value IS 18 (7.42% from 255) = 15%
GREEN value IS 30 (12.11% from 255) = 25%
BLUE value IS 72 (28.52% from 255) = 60%
R=15%
G=25%
B=60%

CMYK

C (Cyan) values IS 0.75
M (Magenta) values IS 0.58
Y (Yellow) values IS 0
K (Black) values IS 0.72
SystemRedGreenBlueCMYKHSL
Decimal1830720.750.5800.72226.676017.65
Hex121E484B3A048e33c12
Octal22361101137201103437422
Binary100101111010010001001011111010010010001110001111110010010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #121E48

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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