#121A41

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

Shades of Midnight Express #121A41

Tints of Midnight Express #121A41

Color information

#121A41 (or 0x121A41) is unknown color: approx Midnight Express. HEX triplet: 12, 1A and 41. RGB value is (18,26,65). Sum of RGB (Red+Green+Blue) = 18+26+65=109 (14% of max value = 765). Red value is 18 (7.42% from 255 or 16.51% from 109); Green value is 26 (10.55% from 255 or 23.85% from 109); Blue value is 65 (25.78% from 255 or 59.63% from 109); Max value from RGB is 65 - color contains mainly: blue. Hex color #121A41 is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #121A41 is #EDE5BE. Grayscale: #1B1B1B. Windows color (decimal): -15590847 or 4266514. OLE color: 4266514.

HSL color Cylindrical-coordinate representation of color #121A41: hue angle of 229.79º 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 #121A41 is Cyan = 0.72, Magento = 0.60, Yellow = 0 and Black (K on CMYK) = 0.75.

Color convert

RGB182665-
CMYK0.720.6000.75
HSL229.79º56.63%16.27%-
HSV(B)229.79º72.31%25.49%-
XYZ1.571.255.16-
YUV28.05148.85120.83-

RGB Variations

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

RGB

RED value IS 18 (7.42% from 255) = 16.51%
GREEN value IS 26 (10.55% from 255) = 23.85%
BLUE value IS 65 (25.78% from 255) = 59.63%
R=16.51%
G=23.85%
B=59.63%

CMYK

C (Cyan) values IS 0.72
M (Magenta) values IS 0.60
Y (Yellow) values IS 0
K (Black) values IS 0.75
SystemRedGreenBlueCMYKHSL
Decimal1826650.720.6000.75229.7956.6316.27
Hex121A41483C04Be63910
Octal22321011107401133467120
Binary100101101010000011001000111100010010111110011011100110000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #121A41

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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