#14194B

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

Shades of Midnight Express #14194B

Tints of Midnight Express #14194B

Color information

#14194B (or 0x14194B) is unknown color: approx Midnight Express. HEX triplet: 14, 19 and 4B. RGB value is (20,25,75). Sum of RGB (Red+Green+Blue) = 20+25+75=120 (15% of max value = 765). Red value is 20 (8.20% from 255 or 16.67% from 120); Green value is 25 (10.16% from 255 or 20.83% from 120); Blue value is 75 (29.69% from 255 or 62.5% from 120); Max value from RGB is 75 - color contains mainly: blue. Hex color #14194B is not a web safe color. Web safe color analog (approx): #000033. Inversed color of #14194B is #EBE6B4. Grayscale: #1D1D1D. Windows color (decimal): -15460021 or 4921620. OLE color: 4921620.

HSL color Cylindrical-coordinate representation of color #14194B: hue angle of 234.55º 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 #14194B is Cyan = 0.73, Magento = 0.67, Yellow = 0 and Black (K on CMYK) = 0.71.

Color convert

RGB202575-
CMYK0.730.6700.71
HSL234.55º57.89%18.63%-
HSV(B)234.55º73.33%29.41%-
XYZ1.911.356.82-
YUV29.2153.84121.43-

RGB Variations

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

RGB

RED value IS 20 (8.20% from 255) = 16.67%
GREEN value IS 25 (10.16% from 255) = 20.83%
BLUE value IS 75 (29.69% from 255) = 62.5%
R=16.67%
G=20.83%
B=62.5%

CMYK

C (Cyan) values IS 0.73
M (Magenta) values IS 0.67
Y (Yellow) values IS 0
K (Black) values IS 0.71
SystemRedGreenBlueCMYKHSL
Decimal2025750.730.6700.71234.5557.8918.63
Hex14194B4943047eb3a13
Octal243111311110301073537223
Binary1010011001100101110010011000011010001111110101111101010011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #14194B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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