#14184B

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

Shades of Midnight Express #14184B

Tints of Midnight Express #14184B

Color information

#14184B (or 0x14184B) is unknown color: approx Midnight Express. HEX triplet: 14, 18 and 4B. RGB value is (20,24,75). Sum of RGB (Red+Green+Blue) = 20+24+75=119 (15% of max value = 765). Red value is 20 (8.20% from 255 or 16.81% from 119); Green value is 24 (9.77% from 255 or 20.17% from 119); Blue value is 75 (29.69% from 255 or 63.03% from 119); Max value from RGB is 75 - color contains mainly: blue. Hex color #14184B is not a web safe color. Web safe color analog (approx): #000033. Inversed color of #14184B is #EBE7B4. Grayscale: #1C1C1C. Windows color (decimal): -15460277 or 4921364. OLE color: 4921364.

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

Color convert

RGB202475-
CMYK0.730.6800.71
HSL235.64º57.89%18.63%-
HSV(B)235.64º73.33%29.41%-
XYZ1.891.316.81-
YUV28.62154.17121.85-

RGB Variations

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

RGB

RED value IS 20 (8.20% from 255) = 16.81%
GREEN value IS 24 (9.77% from 255) = 20.17%
BLUE value IS 75 (29.69% from 255) = 63.03%
R=16.81%
G=20.17%
B=63.03%

CMYK

C (Cyan) values IS 0.73
M (Magenta) values IS 0.68
Y (Yellow) values IS 0
K (Black) values IS 0.71
SystemRedGreenBlueCMYKHSL
Decimal2024750.730.6800.71235.6457.8918.63
Hex14184B4944047ec3a13
Octal243011311110401073547223
Binary1010011000100101110010011000100010001111110110011101010011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #14184B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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