#141A2F

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

Shades of Midnight Express #141A2F

Tints of Midnight Express #141A2F

Color information

#141A2F (or 0x141A2F) is unknown color: approx Midnight Express. HEX triplet: 14, 1A and 2F. RGB value is (20,26,47). Sum of RGB (Red+Green+Blue) = 20+26+47=93 (12% of max value = 765). Red value is 20 (8.20% from 255 or 21.51% from 93); Green value is 26 (10.55% from 255 or 27.96% from 93); Blue value is 47 (18.75% from 255 or 50.54% from 93); Max value from RGB is 47 - color contains mainly: blue. Hex color #141A2F is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #141A2F is #EBE5D0. Grayscale: #1A1A1A. Windows color (decimal): -15459793 or 3086868. OLE color: 3086868.

HSL color Cylindrical-coordinate representation of color #141A2F: hue angle of 226.67º degrees, saturation: 0.4, lightness: 0.13%. HSV value (or HSB Brightness) of color is 0.18% and HSV saturation: 0.57%. Process color model (Four color, CMYK) of #141A2F is Cyan = 0.57, Magento = 0.45, Yellow = 0 and Black (K on CMYK) = 0.82.

Color convert

RGB202647-
CMYK0.570.4500.82
HSL226.67º40.3%13.14%-
HSV(B)226.67º57.45%18.43%-
XYZ1.171.092.84-
YUV26.6139.51123.29-

RGB Variations

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

RGB

RED value IS 20 (8.20% from 255) = 21.51%
GREEN value IS 26 (10.55% from 255) = 27.96%
BLUE value IS 47 (18.75% from 255) = 50.54%
R=21.51%
G=27.96%
B=50.54%

CMYK

C (Cyan) values IS 0.57
M (Magenta) values IS 0.45
Y (Yellow) values IS 0
K (Black) values IS 0.82
SystemRedGreenBlueCMYKHSL
Decimal2026470.570.4500.82226.6740.313.14
Hex141A2F392D052e328d
Octal243257715501223435015
Binary101001101010111111100110110101010010111000111010001101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #141A2F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #141A2F; }

 p { color: rgb(20,26,47); }

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

<style>
 a { background-color: #141A2F; }

 a { background-color: rgb(20,26,47); }

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

<style>
 span { border-color: #141A2F; }

 span { border-color: rgb(20,26,47); }

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