#141E3F

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

Shades of Midnight Express #141E3F

Tints of Midnight Express #141E3F

Color information

#141E3F (or 0x141E3F) is unknown color: approx Midnight Express. HEX triplet: 14, 1E and 3F. RGB value is (20,30,63). Sum of RGB (Red+Green+Blue) = 20+30+63=113 (14% of max value = 765). Red value is 20 (8.20% from 255 or 17.70% from 113); Green value is 30 (12.11% from 255 or 26.55% from 113); Blue value is 63 (25% from 255 or 55.75% from 113); Max value from RGB is 63 - color contains mainly: blue. Hex color #141E3F is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #141E3F is #EBE1C0. Grayscale: #1E1E1E. Windows color (decimal): -15458753 or 4136468. OLE color: 4136468.

HSL color Cylindrical-coordinate representation of color #141E3F: hue angle of 226.05º degrees, saturation: 0.52, lightness: 0.16%. HSV value (or HSB Brightness) of color is 0.25% and HSV saturation: 0.68%. Process color model (Four color, CMYK) of #141E3F is Cyan = 0.68, Magento = 0.52, Yellow = 0 and Black (K on CMYK) = 0.75.

Color convert

RGB203063-
CMYK0.680.5200.75
HSL226.05º51.81%16.27%-
HSV(B)226.05º68.25%24.71%-
XYZ1.651.444.89-
YUV30.77146.19120.32-

RGB Variations

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

RGB

RED value IS 20 (8.20% from 255) = 17.70%
GREEN value IS 30 (12.11% from 255) = 26.55%
BLUE value IS 63 (25% from 255) = 55.75%
R=17.70%
G=26.55%
B=55.75%

CMYK

C (Cyan) values IS 0.68
M (Magenta) values IS 0.52
Y (Yellow) values IS 0
K (Black) values IS 0.75
SystemRedGreenBlueCMYKHSL
Decimal2030630.680.5200.75226.0551.8116.27
Hex141E3F443404Be23410
Octal2436771046401133426420
Binary10100111101111111000100110100010010111110001011010010000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #141E3F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(20,30,63); }

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

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

 a { background-color: rgb(20,30,63); }

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

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

 span { border-color: rgb(20,30,63); }

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