#141239

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

Shades of Midnight Express #141239

Tints of Midnight Express #141239

Color information

#141239 (or 0x141239) is unknown color: approx Midnight Express. HEX triplet: 14, 12 and 39. RGB value is (20,18,57). Sum of RGB (Red+Green+Blue) = 20+18+57=95 (12% of max value = 765). Red value is 20 (8.20% from 255 or 21.05% from 95); Green value is 18 (7.42% from 255 or 18.95% from 95); Blue value is 57 (22.66% from 255 or 60% from 95); Max value from RGB is 57 - color contains mainly: blue. Hex color #141239 is not a web safe color. Web safe color analog (approx): #000033. Inversed color of #141239 is #EBEDC6. Grayscale: #161616. Windows color (decimal): -15461831 or 3740180. OLE color: 3740180.

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

Color convert

RGB201857-
CMYK0.650.6800.78
HSL243.08º52%14.71%-
HSV(B)243.08º68.42%22.35%-
XYZ1.240.883.97-
YUV23.04147.16125.83-

RGB Variations

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

RGB

RED value IS 20 (8.20% from 255) = 21.05%
GREEN value IS 18 (7.42% from 255) = 18.95%
BLUE value IS 57 (22.66% from 255) = 60%
R=21.05%
G=18.95%
B=60%

CMYK

C (Cyan) values IS 0.65
M (Magenta) values IS 0.68
Y (Yellow) values IS 0
K (Black) values IS 0.78
SystemRedGreenBlueCMYKHSL
Decimal2018570.650.6800.78243.085214.71
Hex141239414404Ef334f
Octal24227110110401163636417
Binary10100100101110011000001100010001001110111100111101001111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #141239

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #141239; }

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

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

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

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

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

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

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

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