#14264D

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

Shades of Midnight Express #14264D

Tints of Midnight Express #14264D

Color information

#14264D (or 0x14264D) is unknown color: approx Midnight Express. HEX triplet: 14, 26 and 4D. RGB value is (20,38,77). Sum of RGB (Red+Green+Blue) = 20+38+77=135 (17% of max value = 765). Red value is 20 (8.20% from 255 or 14.81% from 135); Green value is 38 (15.23% from 255 or 28.15% from 135); Blue value is 77 (30.47% from 255 or 57.04% from 135); Max value from RGB is 77 - color contains mainly: blue. Hex color #14264D is not a web safe color. Web safe color analog (approx): #003366. Inversed color of #14264D is #EBD9B2. Grayscale: #242424. Windows color (decimal): -15456691 or 5056020. OLE color: 5056020.

HSL color Cylindrical-coordinate representation of color #14264D: hue angle of 221.05º degrees, saturation: 0.59, 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 #14264D is Cyan = 0.74, Magento = 0.51, Yellow = 0 and Black (K on CMYK) = 0.70.

Color convert

RGB203877-
CMYK0.740.5100.70
HSL221.05º58.76%19.02%-
HSV(B)221.05º74.03%30.2%-
XYZ2.322.077.3-
YUV37.06150.54115.83-

RGB Variations

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

RGB

RED value IS 20 (8.20% from 255) = 14.81%
GREEN value IS 38 (15.23% from 255) = 28.15%
BLUE value IS 77 (30.47% from 255) = 57.04%
R=14.81%
G=28.15%
B=57.04%

CMYK

C (Cyan) values IS 0.74
M (Magenta) values IS 0.51
Y (Yellow) values IS 0
K (Black) values IS 0.70
SystemRedGreenBlueCMYKHSL
Decimal2038770.740.5100.70221.0558.7619.02
Hex14264D4A33046dd3b13
Octal24461151126301063357323
Binary1010010011010011011001010110011010001101101110111101110011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #14264D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #14264D; }

 p { color: rgb(20,38,77); }

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

<style>
 a { background-color: #14264D; }

 a { background-color: rgb(20,38,77); }

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

<style>
 span { border-color: #14264D; }

 span { border-color: rgb(20,38,77); }

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