#141A36

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

Shades of Midnight Express #141A36

Tints of Midnight Express #141A36

Color information

#141A36 (or 0x141A36) is unknown color: approx Midnight Express. HEX triplet: 14, 1A and 36. RGB value is (20,26,54). Sum of RGB (Red+Green+Blue) = 20+26+54=100 (13% of max value = 765). Red value is 20 (8.20% from 255 or 20% from 100); Green value is 26 (10.55% from 255 or 26% from 100); Blue value is 54 (21.48% from 255 or 54% from 100); Max value from RGB is 54 - color contains mainly: blue. Hex color #141A36 is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #141A36 is #EBE5C9. Grayscale: #1B1B1B. Windows color (decimal): -15459786 or 3545620. OLE color: 3545620.

HSL color Cylindrical-coordinate representation of color #141A36: hue angle of 229.41º degrees, saturation: 0.46, lightness: 0.15%. HSV value (or HSB Brightness) of color is 0.21% and HSV saturation: 0.63%. Process color model (Four color, CMYK) of #141A36 is Cyan = 0.63, Magento = 0.52, Yellow = 0 and Black (K on CMYK) = 0.79.

Color convert

RGB202654-
CMYK0.630.5200.79
HSL229.41º45.95%14.51%-
HSV(B)229.41º62.96%21.18%-
XYZ1.321.153.64-
YUV27.4143.01122.72-

RGB Variations

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

RGB

RED value IS 20 (8.20% from 255) = 20%
GREEN value IS 26 (10.55% from 255) = 26%
BLUE value IS 54 (21.48% from 255) = 54%
R=20%
G=26%
B=54%

CMYK

C (Cyan) values IS 0.63
M (Magenta) values IS 0.52
Y (Yellow) values IS 0
K (Black) values IS 0.79
SystemRedGreenBlueCMYKHSL
Decimal2026540.630.5200.79229.4145.9514.51
Hex141A363F3404Fe52ef
Octal243266776401173455617
Binary101001101011011011111111010001001111111001011011101111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #141A36

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #141A36; }

 p { color: rgb(20,26,54); }

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

<style>
 a { background-color: #141A36; }

 a { background-color: rgb(20,26,54); }

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

<style>
 span { border-color: #141A36; }

 span { border-color: rgb(20,26,54); }

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