#14193A

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

Shades of Midnight Express #14193A

Tints of Midnight Express #14193A

Color information

#14193A (or 0x14193A) is unknown color: approx Midnight Express. HEX triplet: 14, 19 and 3A. RGB value is (20,25,58). Sum of RGB (Red+Green+Blue) = 20+25+58=103 (13% of max value = 765). Red value is 20 (8.20% from 255 or 19.42% from 103); Green value is 25 (10.16% from 255 or 24.27% from 103); Blue value is 58 (23.05% from 255 or 56.31% from 103); Max value from RGB is 58 - color contains mainly: blue. Hex color #14193A is not a web safe color. Web safe color analog (approx): #000033. Inversed color of #14193A is #EBE6C5. Grayscale: #1B1B1B. Windows color (decimal): -15460038 or 3807508. OLE color: 3807508.

HSL color Cylindrical-coordinate representation of color #14193A: hue angle of 232.11º degrees, saturation: 0.49, lightness: 0.15%. HSV value (or HSB Brightness) of color is 0.23% and HSV saturation: 0.66%. Process color model (Four color, CMYK) of #14193A is Cyan = 0.66, Magento = 0.57, Yellow = 0 and Black (K on CMYK) = 0.77.

Color convert

RGB202558-
CMYK0.660.5700.77
HSL232.11º48.72%15.29%-
HSV(B)232.11º65.52%22.75%-
XYZ1.41.154.15-
YUV27.27145.34122.82-

RGB Variations

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

RGB

RED value IS 20 (8.20% from 255) = 19.42%
GREEN value IS 25 (10.16% from 255) = 24.27%
BLUE value IS 58 (23.05% from 255) = 56.31%
R=19.42%
G=24.27%
B=56.31%

CMYK

C (Cyan) values IS 0.66
M (Magenta) values IS 0.57
Y (Yellow) values IS 0
K (Black) values IS 0.77
SystemRedGreenBlueCMYKHSL
Decimal2025580.660.5700.77232.1148.7215.29
Hex14193A423904De831f
Octal2431721027101153506117
Binary1010011001111010100001011100101001101111010001100011111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #14193A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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