#14193F

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

Shades of Midnight Express #14193F

Tints of Midnight Express #14193F

Color information

#14193F (or 0x14193F) is unknown color: approx Midnight Express. HEX triplet: 14, 19 and 3F. RGB value is (20,25,63). Sum of RGB (Red+Green+Blue) = 20+25+63=108 (14% of max value = 765). Red value is 20 (8.20% from 255 or 18.52% from 108); Green value is 25 (10.16% from 255 or 23.15% from 108); Blue value is 63 (25% from 255 or 58.33% from 108); Max value from RGB is 63 - color contains mainly: blue. Hex color #14193F is not a web safe color. Web safe color analog (approx): #000033. Inversed color of #14193F is #EBE6C0. Grayscale: #1B1B1B. Windows color (decimal): -15460033 or 4135188. OLE color: 4135188.

HSL color Cylindrical-coordinate representation of color #14193F: hue angle of 233.02º degrees, saturation: 0.52, lightness: 0.16%. HSV value (or HSB Brightness) of color is 0.25% and HSV saturation: 0.68%. Process color model (Four color, CMYK) of #14193F is Cyan = 0.68, Magento = 0.60, Yellow = 0 and Black (K on CMYK) = 0.75.

Color convert

RGB202563-
CMYK0.680.6000.75
HSL233.02º51.81%16.27%-
HSV(B)233.02º68.25%24.71%-
XYZ1.531.24.85-
YUV27.84147.84122.41-

RGB Variations

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

RGB

RED value IS 20 (8.20% from 255) = 18.52%
GREEN value IS 25 (10.16% from 255) = 23.15%
BLUE value IS 63 (25% from 255) = 58.33%
R=18.52%
G=23.15%
B=58.33%

CMYK

C (Cyan) values IS 0.68
M (Magenta) values IS 0.60
Y (Yellow) values IS 0
K (Black) values IS 0.75
SystemRedGreenBlueCMYKHSL
Decimal2025630.680.6000.75233.0251.8116.27
Hex14193F443C04Be93410
Octal2431771047401133516420
Binary10100110011111111000100111100010010111110100111010010000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #14193F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #14193F; }

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

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

<style>
 a { background-color: #14193F; }

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

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

<style>
 span { border-color: #14193F; }

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

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