#141B39

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

Shades of Midnight Express #141B39

Tints of Midnight Express #141B39

Color information

#141B39 (or 0x141B39) is unknown color: approx Midnight Express. HEX triplet: 14, 1B and 39. RGB value is (20,27,57). Sum of RGB (Red+Green+Blue) = 20+27+57=104 (13% of max value = 765). Red value is 20 (8.20% from 255 or 19.23% from 104); Green value is 27 (10.94% from 255 or 25.96% from 104); Blue value is 57 (22.66% from 255 or 54.81% from 104); Max value from RGB is 57 - color contains mainly: blue. Hex color #141B39 is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #141B39 is #EBE4C6. Grayscale: #1C1C1C. Windows color (decimal): -15459527 or 3742484. OLE color: 3742484.

HSL color Cylindrical-coordinate representation of color #141B39: hue angle of 228.65º degrees, saturation: 0.48, lightness: 0.15%. HSV value (or HSB Brightness) of color is 0.22% and HSV saturation: 0.65%. Process color model (Four color, CMYK) of #141B39 is Cyan = 0.65, Magento = 0.53, Yellow = 0 and Black (K on CMYK) = 0.78.

Color convert

RGB202757-
CMYK0.650.5300.78
HSL228.65º48.05%15.1%-
HSV(B)228.65º64.91%22.35%-
XYZ1.421.234.03-
YUV28.33144.18122.06-

RGB Variations

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

RGB

RED value IS 20 (8.20% from 255) = 19.23%
GREEN value IS 27 (10.94% from 255) = 25.96%
BLUE value IS 57 (22.66% from 255) = 54.81%
R=19.23%
G=25.96%
B=54.81%

CMYK

C (Cyan) values IS 0.65
M (Magenta) values IS 0.53
Y (Yellow) values IS 0
K (Black) values IS 0.78
SystemRedGreenBlueCMYKHSL
Decimal2027570.650.5300.78228.6548.0515.1
Hex141B39413504Ee530f
Octal2433711016501163456017
Binary1010011011111001100000111010101001110111001011100001111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #141B39

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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