#141C36

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

Shades of Midnight Express #141C36

Tints of Midnight Express #141C36

Color information

#141C36 (or 0x141C36) is unknown color: approx Midnight Express. HEX triplet: 14, 1C and 36. RGB value is (20,28,54). Sum of RGB (Red+Green+Blue) = 20+28+54=102 (13% of max value = 765). Red value is 20 (8.20% from 255 or 19.61% from 102); Green value is 28 (11.33% from 255 or 27.45% from 102); Blue value is 54 (21.48% from 255 or 52.94% from 102); Max value from RGB is 54 - color contains mainly: blue. Hex color #141C36 is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #141C36 is #EBE3C9. Grayscale: #1C1C1C. Windows color (decimal): -15459274 or 3546132. OLE color: 3546132.

HSL color Cylindrical-coordinate representation of color #141C36: hue angle of 225.88º 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 #141C36 is Cyan = 0.63, Magento = 0.48, Yellow = 0 and Black (K on CMYK) = 0.79.

Color convert

RGB202854-
CMYK0.630.4800.79
HSL225.88º45.95%14.51%-
HSV(B)225.88º62.96%21.18%-
XYZ1.371.253.66-
YUV28.57142.35121.89-

RGB Variations

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

RGB

RED value IS 20 (8.20% from 255) = 19.61%
GREEN value IS 28 (11.33% from 255) = 27.45%
BLUE value IS 54 (21.48% from 255) = 52.94%
R=19.61%
G=27.45%
B=52.94%

CMYK

C (Cyan) values IS 0.63
M (Magenta) values IS 0.48
Y (Yellow) values IS 0
K (Black) values IS 0.79
SystemRedGreenBlueCMYKHSL
Decimal2028540.630.4800.79225.8845.9514.51
Hex141C363F3004Fe22ef
Octal243466776001173425617
Binary101001110011011011111111000001001111111000101011101111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #141C36

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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