#141A4C

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

Shades of Midnight Express #141A4C

Tints of Midnight Express #141A4C

Color information

#141A4C (or 0x141A4C) is unknown color: approx Midnight Express. HEX triplet: 14, 1A and 4C. RGB value is (20,26,76). Sum of RGB (Red+Green+Blue) = 20+26+76=122 (16% of max value = 765). Red value is 20 (8.20% from 255 or 16.39% from 122); Green value is 26 (10.55% from 255 or 21.31% from 122); Blue value is 76 (30.08% from 255 or 62.30% from 122); Max value from RGB is 76 - color contains mainly: blue. Hex color #141A4C is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #141A4C is #EBE5B3. Grayscale: #1D1D1D. Windows color (decimal): -15459764 or 4987412. OLE color: 4987412.

HSL color Cylindrical-coordinate representation of color #141A4C: hue angle of 233.57º 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 #141A4C is Cyan = 0.74, Magento = 0.66, Yellow = 0 and Black (K on CMYK) = 0.70.

Color convert

RGB202676-
CMYK0.740.6600.70
HSL233.57º58.33%18.82%-
HSV(B)233.57º73.68%29.8%-
XYZ1.961.417.01-
YUV29.91154.01120.93-

RGB Variations

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

RGB

RED value IS 20 (8.20% from 255) = 16.39%
GREEN value IS 26 (10.55% from 255) = 21.31%
BLUE value IS 76 (30.08% from 255) = 62.30%
R=16.39%
G=21.31%
B=62.30%

CMYK

C (Cyan) values IS 0.74
M (Magenta) values IS 0.66
Y (Yellow) values IS 0
K (Black) values IS 0.70
SystemRedGreenBlueCMYKHSL
Decimal2026760.740.6600.70233.5758.3318.82
Hex141A4C4A42046ea3a13
Octal243211411210201063527223
Binary1010011010100110010010101000010010001101110101011101010011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #141A4C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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