#14173F

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

Shades of Midnight Express #14173F

Tints of Midnight Express #14173F

Color information

#14173F (or 0x14173F) is unknown color: approx Midnight Express. HEX triplet: 14, 17 and 3F. RGB value is (20,23,63). Sum of RGB (Red+Green+Blue) = 20+23+63=106 (14% of max value = 765). Red value is 20 (8.20% from 255 or 18.87% from 106); Green value is 23 (9.38% from 255 or 21.70% from 106); Blue value is 63 (25% from 255 or 59.43% from 106); Max value from RGB is 63 - color contains mainly: blue. Hex color #14173F is not a web safe color. Web safe color analog (approx): #000033. Inversed color of #14173F is #EBE8C0. Grayscale: #1A1A1A. Windows color (decimal): -15460545 or 4134676. OLE color: 4134676.

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

Color convert

RGB202363-
CMYK0.680.6300.75
HSL235.81º51.81%16.27%-
HSV(B)235.81º68.25%24.71%-
XYZ1.491.124.84-
YUV26.66148.51123.25-

RGB Variations

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

RGB

RED value IS 20 (8.20% from 255) = 18.87%
GREEN value IS 23 (9.38% from 255) = 21.70%
BLUE value IS 63 (25% from 255) = 59.43%
R=18.87%
G=21.70%
B=59.43%

CMYK

C (Cyan) values IS 0.68
M (Magenta) values IS 0.63
Y (Yellow) values IS 0
K (Black) values IS 0.75
SystemRedGreenBlueCMYKHSL
Decimal2023630.680.6300.75235.8151.8116.27
Hex14173F443F04Bec3410
Octal2427771047701133546420
Binary10100101111111111000100111111010010111110110011010010000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #14173F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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