#141A71

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

Shades of Midnight Blue #141A71

Tints of Midnight Blue #141A71

Color information

#141A71 (or 0x141A71) is unknown color: approx Midnight Blue. HEX triplet: 14, 1A and 71. RGB value is (20,26,113). Sum of RGB (Red+Green+Blue) = 20+26+113=159 (21% of max value = 765). Red value is 20 (8.20% from 255 or 12.58% from 159); Green value is 26 (10.55% from 255 or 16.35% from 159); Blue value is 113 (44.53% from 255 or 71.07% from 159); Max value from RGB is 113 - color contains mainly: blue. Hex color #141A71 is not a web safe color. Web safe color analog (approx): #003366. Inversed color of #141A71 is #EBE58E. Grayscale: #212121. Windows color (decimal): -15459727 or 7412244. OLE color: 7412244.

HSL color Cylindrical-coordinate representation of color #141A71: hue angle of 236.13º degrees, saturation: 0.7, lightness: 0.26%. HSV value (or HSB Brightness) of color is 0.44% and HSV saturation: 0.82%. Process color model (Four color, CMYK) of #141A71 is Cyan = 0.82, Magento = 0.77, Yellow = 0 and Black (K on CMYK) = 0.56.

Color convert

RGB2026113-
CMYK0.820.7700.56
HSL236.13º69.92%26.08%-
HSV(B)236.13º82.3%44.31%-
XYZ3.642.0815.83-
YUV34.12172.51117.93-

RGB Variations

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

RGB

RED value IS 20 (8.20% from 255) = 12.58%
GREEN value IS 26 (10.55% from 255) = 16.35%
BLUE value IS 113 (44.53% from 255) = 71.07%
R=12.58%
G=16.35%
B=71.07%

CMYK

C (Cyan) values IS 0.82
M (Magenta) values IS 0.77
Y (Yellow) values IS 0
K (Black) values IS 0.56
SystemRedGreenBlueCMYKHSL
Decimal20261130.820.7700.56236.1369.9226.08
Hex141A71524D038ec461a
Octal243216112211507035410632
Binary1010011010111000110100101001101011100011101100100011011010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #141A71

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(20,26,113); }

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

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

 a { background-color: rgb(20,26,113); }

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

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

 span { border-color: rgb(20,26,113); }

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