#141949

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

Shades of Midnight Express #141949

Tints of Midnight Express #141949

Color information

#141949 (or 0x141949) is unknown color: approx Midnight Express. HEX triplet: 14, 19 and 49. RGB value is (20,25,73). Sum of RGB (Red+Green+Blue) = 20+25+73=118 (15% of max value = 765). Red value is 20 (8.20% from 255 or 16.95% from 118); Green value is 25 (10.16% from 255 or 21.19% from 118); Blue value is 73 (28.91% from 255 or 61.86% from 118); Max value from RGB is 73 - color contains mainly: blue. Hex color #141949 is not a web safe color. Web safe color analog (approx): #000033. Inversed color of #141949 is #EBE6B6. Grayscale: #1C1C1C. Windows color (decimal): -15460023 or 4790548. OLE color: 4790548.

HSL color Cylindrical-coordinate representation of color #141949: hue angle of 234.34º degrees, saturation: 0.57, lightness: 0.18%. HSV value (or HSB Brightness) of color is 0.29% and HSV saturation: 0.73%. Process color model (Four color, CMYK) of #141949 is Cyan = 0.73, Magento = 0.66, Yellow = 0 and Black (K on CMYK) = 0.71.

Color convert

RGB202573-
CMYK0.730.6600.71
HSL234.34º56.99%18.24%-
HSV(B)234.34º72.6%28.63%-
XYZ1.841.336.46-
YUV28.98152.84121.6-

RGB Variations

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

RGB

RED value IS 20 (8.20% from 255) = 16.95%
GREEN value IS 25 (10.16% from 255) = 21.19%
BLUE value IS 73 (28.91% from 255) = 61.86%
R=16.95%
G=21.19%
B=61.86%

CMYK

C (Cyan) values IS 0.73
M (Magenta) values IS 0.66
Y (Yellow) values IS 0
K (Black) values IS 0.71
SystemRedGreenBlueCMYKHSL
Decimal2025730.730.6600.71234.3456.9918.24
Hex1419494942047ea3912
Octal243111111110201073527122
Binary1010011001100100110010011000010010001111110101011100110010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #141949

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #141949; }

 p { color: rgb(20,25,73); }

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

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

 a { background-color: rgb(20,25,73); }

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

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

 span { border-color: rgb(20,25,73); }

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