#121E41

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

Shades of Midnight Express #121E41

Tints of Midnight Express #121E41

Color information

#121E41 (or 0x121E41) is unknown color: approx Midnight Express. HEX triplet: 12, 1E and 41. RGB value is (18,30,65). Sum of RGB (Red+Green+Blue) = 18+30+65=113 (14% of max value = 765). Red value is 18 (7.42% from 255 or 15.93% from 113); Green value is 30 (12.11% from 255 or 26.55% from 113); Blue value is 65 (25.78% from 255 or 57.52% from 113); Max value from RGB is 65 - color contains mainly: blue. Hex color #121E41 is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #121E41 is #EDE1BE. Grayscale: #1E1E1E. Windows color (decimal): -15589823 or 4267538. OLE color: 4267538.

HSL color Cylindrical-coordinate representation of color #121E41: hue angle of 224.68º degrees, saturation: 0.57, lightness: 0.16%. HSV value (or HSB Brightness) of color is 0.25% and HSV saturation: 0.72%. Process color model (Four color, CMYK) of #121E41 is Cyan = 0.72, Magento = 0.54, Yellow = 0 and Black (K on CMYK) = 0.75.

Color convert

RGB183065-
CMYK0.720.5400.75
HSL224.68º56.63%16.27%-
HSV(B)224.68º72.31%25.49%-
XYZ1.671.445.19-
YUV30.4147.52119.15-

RGB Variations

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

RGB

RED value IS 18 (7.42% from 255) = 15.93%
GREEN value IS 30 (12.11% from 255) = 26.55%
BLUE value IS 65 (25.78% from 255) = 57.52%
R=15.93%
G=26.55%
B=57.52%

CMYK

C (Cyan) values IS 0.72
M (Magenta) values IS 0.54
Y (Yellow) values IS 0
K (Black) values IS 0.75
SystemRedGreenBlueCMYKHSL
Decimal1830650.720.5400.75224.6856.6316.27
Hex121E41483604Be13910
Octal22361011106601133417120
Binary100101111010000011001000110110010010111110000111100110000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #121E41

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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