#14173E

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

Shades of Midnight Express #14173E

Tints of Midnight Express #14173E

Color information

#14173E (or 0x14173E) is unknown color: approx Midnight Express. HEX triplet: 14, 17 and 3E. RGB value is (20,23,62). Sum of RGB (Red+Green+Blue) = 20+23+62=105 (13% of max value = 765). Red value is 20 (8.20% from 255 or 19.05% from 105); Green value is 23 (9.38% from 255 or 21.90% from 105); Blue value is 62 (24.61% from 255 or 59.05% from 105); Max value from RGB is 62 - color contains mainly: blue. Hex color #14173E is not a web safe color. Web safe color analog (approx): #000033. Inversed color of #14173E is #EBE8C1. Grayscale: #1A1A1A. Windows color (decimal): -15460546 or 4069140. OLE color: 4069140.

HSL color Cylindrical-coordinate representation of color #14173E: hue angle of 235.71º degrees, saturation: 0.51, lightness: 0.16%. HSV value (or HSB Brightness) of color is 0.24% and HSV saturation: 0.68%. Process color model (Four color, CMYK) of #14173E is Cyan = 0.68, Magento = 0.63, Yellow = 0 and Black (K on CMYK) = 0.76.

Color convert

RGB202362-
CMYK0.680.6300.76
HSL235.71º51.22%16.08%-
HSV(B)235.71º67.74%24.31%-
XYZ1.461.114.69-
YUV26.55148.01123.33-

RGB Variations

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

RGB

RED value IS 20 (8.20% from 255) = 19.05%
GREEN value IS 23 (9.38% from 255) = 21.90%
BLUE value IS 62 (24.61% from 255) = 59.05%
R=19.05%
G=21.90%
B=59.05%

CMYK

C (Cyan) values IS 0.68
M (Magenta) values IS 0.63
Y (Yellow) values IS 0
K (Black) values IS 0.76
SystemRedGreenBlueCMYKHSL
Decimal2023620.680.6300.76235.7151.2216.08
Hex14173E443F04Cec3310
Octal2427761047701143546320
Binary10100101111111101000100111111010011001110110011001110000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #14173E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #14173E; }

 p { color: rgb(20,23,62); }

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

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

 a { background-color: rgb(20,23,62); }

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

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

 span { border-color: rgb(20,23,62); }

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