#14143C

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

Shades of Midnight Express #14143C

Tints of Midnight Express #14143C

Color information

#14143C (or 0x14143C) is unknown color: approx Midnight Express. HEX triplet: 14, 14 and 3C. RGB value is (20,20,60). Sum of RGB (Red+Green+Blue) = 20+20+60=100 (13% of max value = 765). Red value is 20 (8.20% from 255 or 20% from 100); Green value is 20 (8.20% from 255 or 20% from 100); Blue value is 60 (23.83% from 255 or 60% from 100); Max value from RGB is 60 - color contains mainly: blue. Hex color #14143C is not a web safe color. Web safe color analog (approx): #000033. Inversed color of #14143C is #EBEBC3. Grayscale: #181818. Windows color (decimal): -15461316 or 3937300. OLE color: 3937300.

HSL color Cylindrical-coordinate representation of color #14143C: hue angle of 240º degrees, saturation: 0.5, lightness: 0.16%. HSV value (or HSB Brightness) of color is 0.24% and HSV saturation: 0.67%. Process color model (Four color, CMYK) of #14143C is Cyan = 0.67, Magento = 0.67, Yellow = 0 and Black (K on CMYK) = 0.76.

Color convert

RGB202060-
CMYK0.670.6700.76
HSL240º50%15.69%-
HSV(B)240º66.67%23.53%-
XYZ1.350.984.39-
YUV24.56148124.75-

RGB Variations

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

RGB

RED value IS 20 (8.20% from 255) = 20%
GREEN value IS 20 (8.20% from 255) = 20%
BLUE value IS 60 (23.83% from 255) = 60%
R=20%
G=20%
B=60%

CMYK

C (Cyan) values IS 0.67
M (Magenta) values IS 0.67
Y (Yellow) values IS 0
K (Black) values IS 0.76
SystemRedGreenBlueCMYKHSL
Decimal2020600.670.6700.762405015.69
Hex14143C434304Cf03210
Octal24247410310301143606220
Binary101001010011110010000111000011010011001111000011001010000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #14143C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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