#14143F

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

Shades of Midnight Express #14143F

Tints of Midnight Express #14143F

Color information

#14143F (or 0x14143F) is unknown color: approx Midnight Express. HEX triplet: 14, 14 and 3F. RGB value is (20,20,63). Sum of RGB (Red+Green+Blue) = 20+20+63=103 (13% of max value = 765). Red value is 20 (8.20% from 255 or 19.42% from 103); Green value is 20 (8.20% from 255 or 19.42% from 103); Blue value is 63 (25% from 255 or 61.17% from 103); Max value from RGB is 63 - color contains mainly: blue. Hex color #14143F is not a web safe color. Web safe color analog (approx): #000033. Inversed color of #14143F is #EBEBC0. Grayscale: #181818. Windows color (decimal): -15461313 or 4133908. OLE color: 4133908.

HSL color Cylindrical-coordinate representation of color #14143F: hue angle of 240º 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 #14143F is Cyan = 0.68, Magento = 0.68, Yellow = 0 and Black (K on CMYK) = 0.75.

Color convert

RGB202063-
CMYK0.680.6800.75
HSL240º51.81%16.27%-
HSV(B)240º68.25%24.71%-
XYZ1.441.014.82-
YUV24.9149.5124.5-

RGB Variations

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

RGB

RED value IS 20 (8.20% from 255) = 19.42%
GREEN value IS 20 (8.20% from 255) = 19.42%
BLUE value IS 63 (25% from 255) = 61.17%
R=19.42%
G=19.42%
B=61.17%

CMYK

C (Cyan) values IS 0.68
M (Magenta) values IS 0.68
Y (Yellow) values IS 0
K (Black) values IS 0.75
SystemRedGreenBlueCMYKHSL
Decimal2020630.680.6800.7524051.8116.27
Hex14143F444404Bf03410
Octal24247710410401133606420
Binary101001010011111110001001000100010010111111000011010010000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #14143F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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