#141242

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

Shades of Midnight Express #141242

Tints of Midnight Express #141242

Color information

#141242 (or 0x141242) is unknown color: approx Midnight Express. HEX triplet: 14, 12 and 42. RGB value is (20,18,66). Sum of RGB (Red+Green+Blue) = 20+18+66=104 (13% of max value = 765). Red value is 20 (8.20% from 255 or 19.23% from 104); Green value is 18 (7.42% from 255 or 17.31% from 104); Blue value is 66 (26.17% from 255 or 63.46% from 104); Max value from RGB is 66 - color contains mainly: blue. Hex color #141242 is not a web safe color. Web safe color analog (approx): #000033. Inversed color of #141242 is #EBEDBD. Grayscale: #171717. Windows color (decimal): -15461822 or 4330004. OLE color: 4330004.

HSL color Cylindrical-coordinate representation of color #141242: hue angle of 242.5º degrees, saturation: 0.57, lightness: 0.16%. HSV value (or HSB Brightness) of color is 0.26% and HSV saturation: 0.73%. Process color model (Four color, CMYK) of #141242 is Cyan = 0.70, Magento = 0.73, Yellow = 0 and Black (K on CMYK) = 0.74.

Color convert

RGB201866-
CMYK0.700.7300.74
HSL242.5º57.14%16.47%-
HSV(B)242.5º72.73%25.88%-
XYZ1.490.975.26-
YUV24.07151.66125.1-

RGB Variations

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

RGB

RED value IS 20 (8.20% from 255) = 19.23%
GREEN value IS 18 (7.42% from 255) = 17.31%
BLUE value IS 66 (26.17% from 255) = 63.46%
R=19.23%
G=17.31%
B=63.46%

CMYK

C (Cyan) values IS 0.70
M (Magenta) values IS 0.73
Y (Yellow) values IS 0
K (Black) values IS 0.74
SystemRedGreenBlueCMYKHSL
Decimal2018660.700.7300.74242.557.1416.47
Hex141242464904Af23910
Octal242210210611101123627120
Binary1010010010100001010001101001001010010101111001011100110000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #141242

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #141242; }

 p { color: rgb(20,18,66); }

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

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

 a { background-color: rgb(20,18,66); }

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

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

 span { border-color: rgb(20,18,66); }

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