#141D5D

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

Shades of Midnight Blue #141D5D

Tints of Midnight Blue #141D5D

Color information

#141D5D (or 0x141D5D) is unknown color: approx Midnight Blue. HEX triplet: 14, 1D and 5D. RGB value is (20,29,93). Sum of RGB (Red+Green+Blue) = 20+29+93=142 (18% of max value = 765). Red value is 20 (8.20% from 255 or 14.08% from 142); Green value is 29 (11.72% from 255 or 20.42% from 142); Blue value is 93 (36.72% from 255 or 65.49% from 142); Max value from RGB is 93 - color contains mainly: blue. Hex color #141D5D is not a web safe color. Web safe color analog (approx): #003366. Inversed color of #141D5D is #EBE2A2. Grayscale: #212121. Windows color (decimal): -15458979 or 6102292. OLE color: 6102292.

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

Color convert

RGB202993-
CMYK0.780.6900.64
HSL232.6º64.6%22.16%-
HSV(B)232.6º78.49%36.47%-
XYZ2.71.8210.56-
YUV33.61161.52118.3-

RGB Variations

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

RGB

RED value IS 20 (8.20% from 255) = 14.08%
GREEN value IS 29 (11.72% from 255) = 20.42%
BLUE value IS 93 (36.72% from 255) = 65.49%
R=14.08%
G=20.42%
B=65.49%

CMYK

C (Cyan) values IS 0.78
M (Magenta) values IS 0.69
Y (Yellow) values IS 0
K (Black) values IS 0.64
SystemRedGreenBlueCMYKHSL
Decimal2029930.780.6900.64232.664.622.16
Hex141D5D4E45040e94116
Octal2435135116105010035110126
Binary10100111011011101100111010001010100000011101001100000110110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #141D5D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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