#141B4C

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

Shades of Midnight Express #141B4C

Tints of Midnight Express #141B4C

Color information

#141B4C (or 0x141B4C) is unknown color: approx Midnight Express. HEX triplet: 14, 1B and 4C. RGB value is (20,27,76). Sum of RGB (Red+Green+Blue) = 20+27+76=123 (16% of max value = 765). Red value is 20 (8.20% from 255 or 16.26% from 123); Green value is 27 (10.94% from 255 or 21.95% from 123); Blue value is 76 (30.08% from 255 or 61.79% from 123); Max value from RGB is 76 - color contains mainly: blue. Hex color #141B4C is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #141B4C is #EBE4B3. Grayscale: #1E1E1E. Windows color (decimal): -15459508 or 4987668. OLE color: 4987668.

HSL color Cylindrical-coordinate representation of color #141B4C: hue angle of 232.5º degrees, saturation: 0.58, lightness: 0.19%. HSV value (or HSB Brightness) of color is 0.3% and HSV saturation: 0.74%. Process color model (Four color, CMYK) of #141B4C is Cyan = 0.74, Magento = 0.64, Yellow = 0 and Black (K on CMYK) = 0.70.

Color convert

RGB202776-
CMYK0.740.6400.70
HSL232.5º58.33%18.82%-
HSV(B)232.5º73.68%29.8%-
XYZ1.981.457.01-
YUV30.49153.68120.52-

RGB Variations

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

RGB

RED value IS 20 (8.20% from 255) = 16.26%
GREEN value IS 27 (10.94% from 255) = 21.95%
BLUE value IS 76 (30.08% from 255) = 61.79%
R=16.26%
G=21.95%
B=61.79%

CMYK

C (Cyan) values IS 0.74
M (Magenta) values IS 0.64
Y (Yellow) values IS 0
K (Black) values IS 0.70
SystemRedGreenBlueCMYKHSL
Decimal2027760.740.6400.70232.558.3318.82
Hex141B4C4A40046e83a13
Octal243311411210001063507223
Binary1010011011100110010010101000000010001101110100011101010011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #141B4C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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