#141635

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

Shades of Midnight Express #141635

Tints of Midnight Express #141635

Color information

#141635 (or 0x141635) is unknown color: approx Midnight Express. HEX triplet: 14, 16 and 35. RGB value is (20,22,53). Sum of RGB (Red+Green+Blue) = 20+22+53=95 (12% of max value = 765). Red value is 20 (8.20% from 255 or 21.05% from 95); Green value is 22 (8.98% from 255 or 23.16% from 95); Blue value is 53 (21.09% from 255 or 55.79% from 95); Max value from RGB is 53 - color contains mainly: blue. Hex color #141635 is not a web safe color. Web safe color analog (approx): #000033. Inversed color of #141635 is #EBE9CA. Grayscale: #181818. Windows color (decimal): -15460811 or 3479060. OLE color: 3479060.

HSL color Cylindrical-coordinate representation of color #141635: hue angle of 236.36º degrees, saturation: 0.45, lightness: 0.14%. HSV value (or HSB Brightness) of color is 0.21% and HSV saturation: 0.62%. Process color model (Four color, CMYK) of #141635 is Cyan = 0.62, Magento = 0.58, Yellow = 0 and Black (K on CMYK) = 0.79.

Color convert

RGB202253-
CMYK0.620.5800.79
HSL236.36º45.21%14.31%-
HSV(B)236.36º62.26%20.78%-
XYZ1.220.983.49-
YUV24.94143.84124.48-

RGB Variations

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

RGB

RED value IS 20 (8.20% from 255) = 21.05%
GREEN value IS 22 (8.98% from 255) = 23.16%
BLUE value IS 53 (21.09% from 255) = 55.79%
R=21.05%
G=23.16%
B=55.79%

CMYK

C (Cyan) values IS 0.62
M (Magenta) values IS 0.58
Y (Yellow) values IS 0
K (Black) values IS 0.79
SystemRedGreenBlueCMYKHSL
Decimal2022530.620.5800.79236.3645.2114.31
Hex1416353E3A04Fec2de
Octal242665767201173545516
Binary101001011011010111111011101001001111111011001011011110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #141635

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #141635; }

 p { color: rgb(20,22,53); }

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

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

 a { background-color: rgb(20,22,53); }

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

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

 span { border-color: rgb(20,22,53); }

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