#141D3C

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

Shades of Midnight Express #141D3C

Tints of Midnight Express #141D3C

Color information

#141D3C (or 0x141D3C) is unknown color: approx Midnight Express. HEX triplet: 14, 1D and 3C. RGB value is (20,29,60). Sum of RGB (Red+Green+Blue) = 20+29+60=109 (14% of max value = 765). Red value is 20 (8.20% from 255 or 18.35% from 109); Green value is 29 (11.72% from 255 or 26.61% from 109); Blue value is 60 (23.83% from 255 or 55.05% from 109); Max value from RGB is 60 - color contains mainly: blue. Hex color #141D3C is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #141D3C is #EBE2C3. Grayscale: #1D1D1D. Windows color (decimal): -15459012 or 3939604. OLE color: 3939604.

HSL color Cylindrical-coordinate representation of color #141D3C: hue angle of 226.5º degrees, saturation: 0.5, lightness: 0.16%. HSV value (or HSB Brightness) of color is 0.24% and HSV saturation: 0.67%. Process color model (Four color, CMYK) of #141D3C is Cyan = 0.67, Magento = 0.52, Yellow = 0 and Black (K on CMYK) = 0.76.

Color convert

RGB202960-
CMYK0.670.5200.76
HSL226.5º50%15.69%-
HSV(B)226.5º66.67%23.53%-
XYZ1.541.354.45-
YUV29.84145.02120.98-

RGB Variations

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

RGB

RED value IS 20 (8.20% from 255) = 18.35%
GREEN value IS 29 (11.72% from 255) = 26.61%
BLUE value IS 60 (23.83% from 255) = 55.05%
R=18.35%
G=26.61%
B=55.05%

CMYK

C (Cyan) values IS 0.67
M (Magenta) values IS 0.52
Y (Yellow) values IS 0
K (Black) values IS 0.76
SystemRedGreenBlueCMYKHSL
Decimal2029600.670.5200.76226.55015.69
Hex141D3C433404Ce23210
Octal2435741036401143426220
Binary10100111011111001000011110100010011001110001011001010000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #141D3C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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