#141D3B

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

Shades of Midnight Express #141D3B

Tints of Midnight Express #141D3B

Color information

#141D3B (or 0x141D3B) is unknown color: approx Midnight Express. HEX triplet: 14, 1D and 3B. RGB value is (20,29,59). Sum of RGB (Red+Green+Blue) = 20+29+59=108 (14% of max value = 765). Red value is 20 (8.20% from 255 or 18.52% from 108); Green value is 29 (11.72% from 255 or 26.85% from 108); Blue value is 59 (23.44% from 255 or 54.63% from 108); Max value from RGB is 59 - color contains mainly: blue. Hex color #141D3B is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #141D3B is #EBE2C4. Grayscale: #1D1D1D. Windows color (decimal): -15459013 or 3874068. OLE color: 3874068.

HSL color Cylindrical-coordinate representation of color #141D3B: hue angle of 226.15º degrees, saturation: 0.49, lightness: 0.15%. HSV value (or HSB Brightness) of color is 0.23% and HSV saturation: 0.66%. Process color model (Four color, CMYK) of #141D3B is Cyan = 0.66, Magento = 0.51, Yellow = 0 and Black (K on CMYK) = 0.77.

Color convert

RGB202959-
CMYK0.660.5100.77
HSL226.15º49.37%15.49%-
HSV(B)226.15º66.1%23.14%-
XYZ1.521.344.32-
YUV29.73144.52121.06-

RGB Variations

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

RGB

RED value IS 20 (8.20% from 255) = 18.52%
GREEN value IS 29 (11.72% from 255) = 26.85%
BLUE value IS 59 (23.44% from 255) = 54.63%
R=18.52%
G=26.85%
B=54.63%

CMYK

C (Cyan) values IS 0.66
M (Magenta) values IS 0.51
Y (Yellow) values IS 0
K (Black) values IS 0.77
SystemRedGreenBlueCMYKHSL
Decimal2029590.660.5100.77226.1549.3715.49
Hex141D3B423304De231f
Octal2435731026301153426117
Binary1010011101111011100001011001101001101111000101100011111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #141D3B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(20,29,59); }

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

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

 a { background-color: rgb(20,29,59); }

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

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

 span { border-color: rgb(20,29,59); }

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