#14184E

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

Shades of Midnight Express #14184E

Tints of Midnight Express #14184E

Color information

#14184E (or 0x14184E) is unknown color: approx Midnight Express. HEX triplet: 14, 18 and 4E. RGB value is (20,24,78). Sum of RGB (Red+Green+Blue) = 20+24+78=122 (16% of max value = 765). Red value is 20 (8.20% from 255 or 16.39% from 122); Green value is 24 (9.77% from 255 or 19.67% from 122); Blue value is 78 (30.86% from 255 or 63.93% from 122); Max value from RGB is 78 - color contains mainly: blue. Hex color #14184E is not a web safe color. Web safe color analog (approx): #000066. Inversed color of #14184E is #EBE7B1. Grayscale: #1C1C1C. Windows color (decimal): -15460274 or 5117972. OLE color: 5117972.

HSL color Cylindrical-coordinate representation of color #14184E: hue angle of 235.86º degrees, saturation: 0.59, lightness: 0.19%. HSV value (or HSB Brightness) of color is 0.31% and HSV saturation: 0.74%. Process color model (Four color, CMYK) of #14184E is Cyan = 0.74, Magento = 0.69, Yellow = 0 and Black (K on CMYK) = 0.69.

Color convert

RGB202478-
CMYK0.740.6900.69
HSL235.86º59.18%19.22%-
HSV(B)235.86º74.36%30.59%-
XYZ1.991.357.36-
YUV28.96155.67121.61-

RGB Variations

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

RGB

RED value IS 20 (8.20% from 255) = 16.39%
GREEN value IS 24 (9.77% from 255) = 19.67%
BLUE value IS 78 (30.86% from 255) = 63.93%
R=16.39%
G=19.67%
B=63.93%

CMYK

C (Cyan) values IS 0.74
M (Magenta) values IS 0.69
Y (Yellow) values IS 0
K (Black) values IS 0.69
SystemRedGreenBlueCMYKHSL
Decimal2024780.740.6900.69235.8659.1819.22
Hex14184E4A45045ec3b13
Octal243011611210501053547323
Binary1010011000100111010010101000101010001011110110011101110011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #14184E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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