#141B40

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

Shades of Midnight Express #141B40

Tints of Midnight Express #141B40

Color information

#141B40 (or 0x141B40) is unknown color: approx Midnight Express. HEX triplet: 14, 1B and 40. RGB value is (20,27,64). Sum of RGB (Red+Green+Blue) = 20+27+64=111 (14% of max value = 765). Red value is 20 (8.20% from 255 or 18.02% from 111); Green value is 27 (10.94% from 255 or 24.32% from 111); Blue value is 64 (25.39% from 255 or 57.66% from 111); Max value from RGB is 64 - color contains mainly: blue. Hex color #141B40 is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #141B40 is #EBE4BF. Grayscale: #1C1C1C. Windows color (decimal): -15459520 or 4201236. OLE color: 4201236.

HSL color Cylindrical-coordinate representation of color #141B40: hue angle of 230.45º degrees, saturation: 0.52, lightness: 0.16%. HSV value (or HSB Brightness) of color is 0.25% and HSV saturation: 0.69%. Process color model (Four color, CMYK) of #141B40 is Cyan = 0.69, Magento = 0.58, Yellow = 0 and Black (K on CMYK) = 0.75.

Color convert

RGB202764-
CMYK0.690.5800.75
HSL230.45º52.38%16.47%-
HSV(B)230.45º68.75%25.1%-
XYZ1.611.35.02-
YUV29.12147.68121.49-

RGB Variations

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

RGB

RED value IS 20 (8.20% from 255) = 18.02%
GREEN value IS 27 (10.94% from 255) = 24.32%
BLUE value IS 64 (25.39% from 255) = 57.66%
R=18.02%
G=24.32%
B=57.66%

CMYK

C (Cyan) values IS 0.69
M (Magenta) values IS 0.58
Y (Yellow) values IS 0
K (Black) values IS 0.75
SystemRedGreenBlueCMYKHSL
Decimal2027640.690.5800.75230.4552.3816.47
Hex141B40453A04Be63410
Octal24331001057201133466420
Binary101001101110000001000101111010010010111110011011010010000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #141B40

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(20,27,64); }

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

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

 a { background-color: rgb(20,27,64); }

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

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

 span { border-color: rgb(20,27,64); }

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