#141D5E

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

Shades of Midnight Blue #141D5E

Tints of Midnight Blue #141D5E

Color information

#141D5E (or 0x141D5E) is unknown color: approx Midnight Blue. HEX triplet: 14, 1D and 5E. RGB value is (20,29,94). Sum of RGB (Red+Green+Blue) = 20+29+94=143 (18% of max value = 765). Red value is 20 (8.20% from 255 or 13.99% from 143); Green value is 29 (11.72% from 255 or 20.28% from 143); Blue value is 94 (37.11% from 255 or 65.73% from 143); Max value from RGB is 94 - color contains mainly: blue. Hex color #141D5E is not a web safe color. Web safe color analog (approx): #003366. Inversed color of #141D5E is #EBE2A1. Grayscale: #212121. Windows color (decimal): -15458978 or 6167828. OLE color: 6167828.

HSL color Cylindrical-coordinate representation of color #141D5E: hue angle of 232.7º degrees, saturation: 0.65, lightness: 0.22%. HSV value (or HSB Brightness) of color is 0.37% and HSV saturation: 0.79%. Process color model (Four color, CMYK) of #141D5E is Cyan = 0.79, Magento = 0.69, Yellow = 0 and Black (K on CMYK) = 0.63.

Color convert

RGB202994-
CMYK0.790.6900.63
HSL232.7º64.91%22.35%-
HSV(B)232.7º78.72%36.86%-
XYZ2.751.8410.8-
YUV33.72162.02118.21-

RGB Variations

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

RGB

RED value IS 20 (8.20% from 255) = 13.99%
GREEN value IS 29 (11.72% from 255) = 20.28%
BLUE value IS 94 (37.11% from 255) = 65.73%
R=13.99%
G=20.28%
B=65.73%

CMYK

C (Cyan) values IS 0.79
M (Magenta) values IS 0.69
Y (Yellow) values IS 0
K (Black) values IS 0.63
SystemRedGreenBlueCMYKHSL
Decimal2029940.790.6900.63232.764.9122.35
Hex141D5E4F4503Fe94116
Octal243513611710507735110126
Binary1010011101101111010011111000101011111111101001100000110110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #141D5E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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