#14113B

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

Shades of Midnight Express #14113B

Tints of Midnight Express #14113B

Color information

#14113B (or 0x14113B) is unknown color: approx Midnight Express. HEX triplet: 14, 11 and 3B. RGB value is (20,17,59). Sum of RGB (Red+Green+Blue) = 20+17+59=96 (12% of max value = 765). Red value is 20 (8.20% from 255 or 20.83% from 96); Green value is 17 (7.03% from 255 or 17.71% from 96); Blue value is 59 (23.44% from 255 or 61.46% from 96); Max value from RGB is 59 - color contains mainly: blue. Hex color #14113B is not a web safe color. Web safe color analog (approx): #000033. Inversed color of #14113B is #EBEEC4. Grayscale: #161616. Windows color (decimal): -15462085 or 3870996. OLE color: 3870996.

HSL color Cylindrical-coordinate representation of color #14113B: hue angle of 244.29º degrees, saturation: 0.55, lightness: 0.15%. HSV value (or HSB Brightness) of color is 0.23% and HSV saturation: 0.71%. Process color model (Four color, CMYK) of #14113B is Cyan = 0.66, Magento = 0.71, Yellow = 0 and Black (K on CMYK) = 0.77.

Color convert

RGB201759-
CMYK0.660.7100.77
HSL244.29º55.26%14.9%-
HSV(B)244.29º71.19%23.14%-
XYZ1.280.874.24-
YUV22.68148.49126.08-

RGB Variations

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

RGB

RED value IS 20 (8.20% from 255) = 20.83%
GREEN value IS 17 (7.03% from 255) = 17.71%
BLUE value IS 59 (23.44% from 255) = 61.46%
R=20.83%
G=17.71%
B=61.46%

CMYK

C (Cyan) values IS 0.66
M (Magenta) values IS 0.71
Y (Yellow) values IS 0
K (Black) values IS 0.77
SystemRedGreenBlueCMYKHSL
Decimal2017590.660.7100.77244.2955.2614.9
Hex14113B424704Df437f
Octal24217310210701153646717
Binary10100100011110111000010100011101001101111101001101111111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #14113B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #14113B; }

 p { color: rgb(20,17,59); }

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

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

 a { background-color: rgb(20,17,59); }

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

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

 span { border-color: rgb(20,17,59); }

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