#141B3A

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

Shades of Midnight Express #141B3A

Tints of Midnight Express #141B3A

Color information

#141B3A (or 0x141B3A) is unknown color: approx Midnight Express. HEX triplet: 14, 1B and 3A. RGB value is (20,27,58). Sum of RGB (Red+Green+Blue) = 20+27+58=105 (13% of max value = 765). Red value is 20 (8.20% from 255 or 19.05% from 105); Green value is 27 (10.94% from 255 or 25.71% from 105); Blue value is 58 (23.05% from 255 or 55.24% from 105); Max value from RGB is 58 - color contains mainly: blue. Hex color #141B3A is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #141B3A is #EBE4C5. Grayscale: #1C1C1C. Windows color (decimal): -15459526 or 3808020. OLE color: 3808020.

HSL color Cylindrical-coordinate representation of color #141B3A: hue angle of 228.95º degrees, saturation: 0.49, lightness: 0.15%. HSV value (or HSB Brightness) of color is 0.23% and HSV saturation: 0.66%. Process color model (Four color, CMYK) of #141B3A is Cyan = 0.66, Magento = 0.53, Yellow = 0 and Black (K on CMYK) = 0.77.

Color convert

RGB202758-
CMYK0.660.5300.77
HSL228.95º48.72%15.29%-
HSV(B)228.95º65.52%22.75%-
XYZ1.441.244.17-
YUV28.44144.68121.98-

RGB Variations

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

RGB

RED value IS 20 (8.20% from 255) = 19.05%
GREEN value IS 27 (10.94% from 255) = 25.71%
BLUE value IS 58 (23.05% from 255) = 55.24%
R=19.05%
G=25.71%
B=55.24%

CMYK

C (Cyan) values IS 0.66
M (Magenta) values IS 0.53
Y (Yellow) values IS 0
K (Black) values IS 0.77
SystemRedGreenBlueCMYKHSL
Decimal2027580.660.5300.77228.9548.7215.29
Hex141B3A423504De531f
Octal2433721026501153456117
Binary1010011011111010100001011010101001101111001011100011111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #141B3A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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