#141D80

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

Shades of Midnight Blue #141D80

Tints of Midnight Blue #141D80

Color information

#141D80 (or 0x141D80) is unknown color: approx Midnight Blue. HEX triplet: 14, 1D and 80. RGB value is (20,29,128). Sum of RGB (Red+Green+Blue) = 20+29+128=177 (23% of max value = 765). Red value is 20 (8.20% from 255 or 11.30% from 177); Green value is 29 (11.72% from 255 or 16.38% from 177); Blue value is 128 (50.39% from 255 or 72.32% from 177); Max value from RGB is 128 - color contains mainly: blue. Hex color #141D80 is not a web safe color. Web safe color analog (approx): #003399. Inversed color of #141D80 is #EBE27F. Grayscale: #252525. Windows color (decimal): -15458944 or 8396052. OLE color: 8396052.

HSL color Cylindrical-coordinate representation of color #141D80: hue angle of 235º degrees, saturation: 0.73, lightness: 0.29%. HSV value (or HSB Brightness) of color is 0.5% and HSV saturation: 0.84%. Process color model (Four color, CMYK) of #141D80 is Cyan = 0.84, Magento = 0.77, Yellow = 0 and Black (K on CMYK) = 0.50.

Color convert

RGB2029128-
CMYK0.840.7700.50
HSL235º72.97%29.02%-
HSV(B)235º84.38%50.2%-
XYZ4.622.5920.68-
YUV37.6179.02115.45-

RGB Variations

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

RGB

RED value IS 20 (8.20% from 255) = 11.30%
GREEN value IS 29 (11.72% from 255) = 16.38%
BLUE value IS 128 (50.39% from 255) = 72.32%
R=11.30%
G=16.38%
B=72.32%

CMYK

C (Cyan) values IS 0.84
M (Magenta) values IS 0.77
Y (Yellow) values IS 0
K (Black) values IS 0.50
SystemRedGreenBlueCMYKHSL
Decimal20291280.840.7700.5023572.9729.02
Hex141D80544D032eb491d
Octal243520012411506235311135
Binary10100111011000000010101001001101011001011101011100100111101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #141D80

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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