#141539

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

Shades of Midnight Express #141539

Tints of Midnight Express #141539

Color information

#141539 (or 0x141539) is unknown color: approx Midnight Express. HEX triplet: 14, 15 and 39. RGB value is (20,21,57). Sum of RGB (Red+Green+Blue) = 20+21+57=98 (12% of max value = 765). Red value is 20 (8.20% from 255 or 20.41% from 98); Green value is 21 (8.59% from 255 or 21.43% from 98); Blue value is 57 (22.66% from 255 or 58.16% from 98); Max value from RGB is 57 - color contains mainly: blue. Hex color #141539 is not a web safe color. Web safe color analog (approx): #000033. Inversed color of #141539 is #EBEAC6. Grayscale: #181818. Windows color (decimal): -15461063 or 3740948. OLE color: 3740948.

HSL color Cylindrical-coordinate representation of color #141539: hue angle of 238.38º degrees, saturation: 0.48, lightness: 0.15%. HSV value (or HSB Brightness) of color is 0.22% and HSV saturation: 0.65%. Process color model (Four color, CMYK) of #141539 is Cyan = 0.65, Magento = 0.63, Yellow = 0 and Black (K on CMYK) = 0.78.

Color convert

RGB202157-
CMYK0.650.6300.78
HSL238.38º48.05%15.1%-
HSV(B)238.38º64.91%22.35%-
XYZ1.30.983.99-
YUV24.8146.17124.57-

RGB Variations

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

RGB

RED value IS 20 (8.20% from 255) = 20.41%
GREEN value IS 21 (8.59% from 255) = 21.43%
BLUE value IS 57 (22.66% from 255) = 58.16%
R=20.41%
G=21.43%
B=58.16%

CMYK

C (Cyan) values IS 0.65
M (Magenta) values IS 0.63
Y (Yellow) values IS 0
K (Black) values IS 0.78
SystemRedGreenBlueCMYKHSL
Decimal2021570.650.6300.78238.3848.0515.1
Hex141539413F04Eee30f
Octal2425711017701163566017
Binary1010010101111001100000111111101001110111011101100001111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #141539

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #141539; }

 p { color: rgb(20,21,57); }

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

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

 a { background-color: rgb(20,21,57); }

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

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

 span { border-color: rgb(20,21,57); }

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