#141376

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

Shades of Midnight Blue #141376

Tints of Midnight Blue #141376

Color information

#141376 (or 0x141376) is unknown color: approx Midnight Blue. HEX triplet: 14, 13 and 76. RGB value is (20,19,118). Sum of RGB (Red+Green+Blue) = 20+19+118=157 (20% of max value = 765). Red value is 20 (8.20% from 255 or 12.74% from 157); Green value is 19 (7.81% from 255 or 12.10% from 157); Blue value is 118 (46.48% from 255 or 75.16% from 157); Max value from RGB is 118 - color contains mainly: blue. Hex color #141376 is not a web safe color. Web safe color analog (approx): #000066. Inversed color of #141376 is #EBEC89. Grayscale: #1E1E1E. Windows color (decimal): -15461514 or 7738132. OLE color: 7738132.

HSL color Cylindrical-coordinate representation of color #141376: hue angle of 240.61º degrees, saturation: 0.72, lightness: 0.27%. HSV value (or HSB Brightness) of color is 0.46% and HSV saturation: 0.84%. Process color model (Four color, CMYK) of #141376 is Cyan = 0.83, Magento = 0.84, Yellow = 0 and Black (K on CMYK) = 0.54.

Color convert

RGB2019118-
CMYK0.830.8400.54
HSL240.61º72.26%26.86%-
HSV(B)240.61º83.9%46.27%-
XYZ3.791.9217.31-
YUV30.58177.33120.45-

RGB Variations

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

RGB

RED value IS 20 (8.20% from 255) = 12.74%
GREEN value IS 19 (7.81% from 255) = 12.10%
BLUE value IS 118 (46.48% from 255) = 75.16%
R=12.74%
G=12.10%
B=75.16%

CMYK

C (Cyan) values IS 0.83
M (Magenta) values IS 0.84
Y (Yellow) values IS 0
K (Black) values IS 0.54
SystemRedGreenBlueCMYKHSL
Decimal20191180.830.8400.54240.6172.2626.86
Hex1413765354036f1481b
Octal242316612312406636111033
Binary1010010011111011010100111010100011011011110001100100011011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #141376

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #141376; }

 p { color: rgb(20,19,118); }

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

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

 a { background-color: rgb(20,19,118); }

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

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

 span { border-color: rgb(20,19,118); }

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