#14214B

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

Shades of Midnight Express #14214B

Tints of Midnight Express #14214B

Color information

#14214B (or 0x14214B) is unknown color: approx Midnight Express. HEX triplet: 14, 21 and 4B. RGB value is (20,33,75). Sum of RGB (Red+Green+Blue) = 20+33+75=128 (16% of max value = 765). Red value is 20 (8.20% from 255 or 15.62% from 128); Green value is 33 (13.28% from 255 or 25.78% from 128); Blue value is 75 (29.69% from 255 or 58.59% from 128); Max value from RGB is 75 - color contains mainly: blue. Hex color #14214B is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #14214B is #EBDEB4. Grayscale: #212121. Windows color (decimal): -15457973 or 4923668. OLE color: 4923668.

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

Color convert

RGB203375-
CMYK0.730.5600.71
HSL225.82º57.89%18.63%-
HSV(B)225.82º73.33%29.41%-
XYZ2.11.746.88-
YUV33.9151.19118.08-

RGB Variations

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

RGB

RED value IS 20 (8.20% from 255) = 15.62%
GREEN value IS 33 (13.28% from 255) = 25.78%
BLUE value IS 75 (29.69% from 255) = 58.59%
R=15.62%
G=25.78%
B=58.59%

CMYK

C (Cyan) values IS 0.73
M (Magenta) values IS 0.56
Y (Yellow) values IS 0
K (Black) values IS 0.71
SystemRedGreenBlueCMYKHSL
Decimal2033750.730.5600.71225.8257.8918.63
Hex14214B4938047e23a13
Octal24411131117001073427223
Binary1010010000110010111001001111000010001111110001011101010011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #14214B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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