#14183B

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

Shades of Midnight Express #14183B

Tints of Midnight Express #14183B

Color information

#14183B (or 0x14183B) is unknown color: approx Midnight Express. HEX triplet: 14, 18 and 3B. RGB value is (20,24,59). Sum of RGB (Red+Green+Blue) = 20+24+59=103 (13% of max value = 765). Red value is 20 (8.20% from 255 or 19.42% from 103); Green value is 24 (9.77% from 255 or 23.30% from 103); Blue value is 59 (23.44% from 255 or 57.28% from 103); Max value from RGB is 59 - color contains mainly: blue. Hex color #14183B is not a web safe color. Web safe color analog (approx): #000033. Inversed color of #14183B is #EBE7C4. Grayscale: #1A1A1A. Windows color (decimal): -15460293 or 3872788. OLE color: 3872788.

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

Color convert

RGB202459-
CMYK0.660.5900.77
HSL233.85º49.37%15.49%-
HSV(B)233.85º66.1%23.14%-
XYZ1.41.124.28-
YUV26.79146.17123.15-

RGB Variations

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

RGB

RED value IS 20 (8.20% from 255) = 19.42%
GREEN value IS 24 (9.77% from 255) = 23.30%
BLUE value IS 59 (23.44% from 255) = 57.28%
R=19.42%
G=23.30%
B=57.28%

CMYK

C (Cyan) values IS 0.66
M (Magenta) values IS 0.59
Y (Yellow) values IS 0
K (Black) values IS 0.77
SystemRedGreenBlueCMYKHSL
Decimal2024590.660.5900.77233.8549.3715.49
Hex14183B423B04Dea31f
Octal2430731027301153526117
Binary1010011000111011100001011101101001101111010101100011111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #14183B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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