#141D70

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

Shades of Midnight Blue #141D70

Tints of Midnight Blue #141D70

Color information

#141D70 (or 0x141D70) is unknown color: approx Midnight Blue. HEX triplet: 14, 1D and 70. RGB value is (20,29,112). Sum of RGB (Red+Green+Blue) = 20+29+112=161 (21% of max value = 765). Red value is 20 (8.20% from 255 or 12.42% from 161); Green value is 29 (11.72% from 255 or 18.01% from 161); Blue value is 112 (44.14% from 255 or 69.57% from 161); Max value from RGB is 112 - color contains mainly: blue. Hex color #141D70 is not a web safe color. Web safe color analog (approx): #003366. Inversed color of #141D70 is #EBE28F. Grayscale: #232323. Windows color (decimal): -15458960 or 7347476. OLE color: 7347476.

HSL color Cylindrical-coordinate representation of color #141D70: hue angle of 234.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 #141D70 is Cyan = 0.82, Magento = 0.74, Yellow = 0 and Black (K on CMYK) = 0.56.

Color convert

RGB2029112-
CMYK0.820.7400.56
HSL234.13º69.7%25.88%-
HSV(B)234.13º82.14%43.92%-
XYZ3.652.215.56-
YUV35.77171.02116.75-

RGB Variations

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

RGB

RED value IS 20 (8.20% from 255) = 12.42%
GREEN value IS 29 (11.72% from 255) = 18.01%
BLUE value IS 112 (44.14% from 255) = 69.57%
R=12.42%
G=18.01%
B=69.57%

CMYK

C (Cyan) values IS 0.82
M (Magenta) values IS 0.74
Y (Yellow) values IS 0
K (Black) values IS 0.56
SystemRedGreenBlueCMYKHSL
Decimal20291120.820.7400.56234.1369.725.88
Hex141D70524A038ea461a
Octal243516012211207035210632
Binary1010011101111000010100101001010011100011101010100011011010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #141D70

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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