#141B38

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

Shades of Midnight Express #141B38

Tints of Midnight Express #141B38

Color information

#141B38 (or 0x141B38) is unknown color: approx Midnight Express. HEX triplet: 14, 1B and 38. RGB value is (20,27,56). Sum of RGB (Red+Green+Blue) = 20+27+56=103 (13% of max value = 765). Red value is 20 (8.20% from 255 or 19.42% from 103); Green value is 27 (10.94% from 255 or 26.21% from 103); Blue value is 56 (22.27% from 255 or 54.37% from 103); Max value from RGB is 56 - color contains mainly: blue. Hex color #141B38 is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #141B38 is #EBE4C7. Grayscale: #1C1C1C. Windows color (decimal): -15459528 or 3676948. OLE color: 3676948.

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

Color convert

RGB202756-
CMYK0.640.5200.78
HSL228.33º47.37%14.9%-
HSV(B)228.33º64.29%21.96%-
XYZ1.391.223.9-
YUV28.21143.68122.14-

RGB Variations

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

RGB

RED value IS 20 (8.20% from 255) = 19.42%
GREEN value IS 27 (10.94% from 255) = 26.21%
BLUE value IS 56 (22.27% from 255) = 54.37%
R=19.42%
G=26.21%
B=54.37%

CMYK

C (Cyan) values IS 0.64
M (Magenta) values IS 0.52
Y (Yellow) values IS 0
K (Black) values IS 0.78
SystemRedGreenBlueCMYKHSL
Decimal2027560.640.5200.78228.3347.3714.9
Hex141B38403404Ee42ff
Octal2433701006401163445717
Binary1010011011111000100000011010001001110111001001011111111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #141B38

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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