#14184C

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

Shades of Midnight Express #14184C

Tints of Midnight Express #14184C

Color information

#14184C (or 0x14184C) is unknown color: approx Midnight Express. HEX triplet: 14, 18 and 4C. RGB value is (20,24,76). Sum of RGB (Red+Green+Blue) = 20+24+76=120 (15% of max value = 765). Red value is 20 (8.20% from 255 or 16.67% from 120); Green value is 24 (9.77% from 255 or 20% from 120); Blue value is 76 (30.08% from 255 or 63.33% from 120); Max value from RGB is 76 - color contains mainly: blue. Hex color #14184C is not a web safe color. Web safe color analog (approx): #000033. Inversed color of #14184C is #EBE7B3. Grayscale: #1C1C1C. Windows color (decimal): -15460276 or 4986900. OLE color: 4986900.

HSL color Cylindrical-coordinate representation of color #14184C: hue angle of 235.71º degrees, saturation: 0.58, lightness: 0.19%. HSV value (or HSB Brightness) of color is 0.3% and HSV saturation: 0.74%. Process color model (Four color, CMYK) of #14184C is Cyan = 0.74, Magento = 0.68, Yellow = 0 and Black (K on CMYK) = 0.70.

Color convert

RGB202476-
CMYK0.740.6800.70
HSL235.71º58.33%18.82%-
HSV(B)235.71º73.68%29.8%-
XYZ1.921.326.99-
YUV28.73154.67121.77-

RGB Variations

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

RGB

RED value IS 20 (8.20% from 255) = 16.67%
GREEN value IS 24 (9.77% from 255) = 20%
BLUE value IS 76 (30.08% from 255) = 63.33%
R=16.67%
G=20%
B=63.33%

CMYK

C (Cyan) values IS 0.74
M (Magenta) values IS 0.68
Y (Yellow) values IS 0
K (Black) values IS 0.70
SystemRedGreenBlueCMYKHSL
Decimal2024760.740.6800.70235.7158.3318.82
Hex14184C4A44046ec3a13
Octal243011411210401063547223
Binary1010011000100110010010101000100010001101110110011101010011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #14184C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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