#14214D

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

Shades of Midnight Express #14214D

Tints of Midnight Express #14214D

Color information

#14214D (or 0x14214D) is unknown color: approx Midnight Express. HEX triplet: 14, 21 and 4D. RGB value is (20,33,77). Sum of RGB (Red+Green+Blue) = 20+33+77=130 (17% of max value = 765). Red value is 20 (8.20% from 255 or 15.38% from 130); Green value is 33 (13.28% from 255 or 25.38% from 130); Blue value is 77 (30.47% from 255 or 59.23% from 130); Max value from RGB is 77 - color contains mainly: blue. Hex color #14214D is not a web safe color. Web safe color analog (approx): #003366. Inversed color of #14214D is #EBDEB2. Grayscale: #212121. Windows color (decimal): -15457971 or 5054740. OLE color: 5054740.

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

Color convert

RGB203377-
CMYK0.740.5700.70
HSL226.32º58.76%19.02%-
HSV(B)226.32º74.03%30.2%-
XYZ2.171.777.25-
YUV34.13152.19117.92-

RGB Variations

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

RGB

RED value IS 20 (8.20% from 255) = 15.38%
GREEN value IS 33 (13.28% from 255) = 25.38%
BLUE value IS 77 (30.47% from 255) = 59.23%
R=15.38%
G=25.38%
B=59.23%

CMYK

C (Cyan) values IS 0.74
M (Magenta) values IS 0.57
Y (Yellow) values IS 0
K (Black) values IS 0.70
SystemRedGreenBlueCMYKHSL
Decimal2033770.740.5700.70226.3258.7619.02
Hex14214D4A39046e23b13
Octal24411151127101063427323
Binary1010010000110011011001010111001010001101110001011101110011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #14214D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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