#141D82

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

Shades of Midnight Blue #141D82

Tints of Midnight Blue #141D82

Color information

#141D82 (or 0x141D82) is unknown color: approx Midnight Blue. HEX triplet: 14, 1D and 82. RGB value is (20,29,130). Sum of RGB (Red+Green+Blue) = 20+29+130=179 (23% of max value = 765). Red value is 20 (8.20% from 255 or 11.17% from 179); Green value is 29 (11.72% from 255 or 16.20% from 179); Blue value is 130 (51.17% from 255 or 72.63% from 179); Max value from RGB is 130 - color contains mainly: blue. Hex color #141D82 is not a web safe color. Web safe color analog (approx): #003399. Inversed color of #141D82 is #EBE27D. Grayscale: #252525. Windows color (decimal): -15458942 or 8527124. OLE color: 8527124.

HSL color Cylindrical-coordinate representation of color #141D82: hue angle of 235.09º degrees, saturation: 0.73, lightness: 0.29%. HSV value (or HSB Brightness) of color is 0.51% and HSV saturation: 0.85%. Process color model (Four color, CMYK) of #141D82 is Cyan = 0.85, Magento = 0.78, Yellow = 0 and Black (K on CMYK) = 0.49.

Color convert

RGB2029130-
CMYK0.850.7800.49
HSL235.09º73.33%29.41%-
HSV(B)235.09º84.62%50.98%-
XYZ4.762.6421.38-
YUV37.82180.02115.29-

RGB Variations

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

RGB

RED value IS 20 (8.20% from 255) = 11.17%
GREEN value IS 29 (11.72% from 255) = 16.20%
BLUE value IS 130 (51.17% from 255) = 72.63%
R=11.17%
G=16.20%
B=72.63%

CMYK

C (Cyan) values IS 0.85
M (Magenta) values IS 0.78
Y (Yellow) values IS 0
K (Black) values IS 0.49
SystemRedGreenBlueCMYKHSL
Decimal20291300.850.7800.49235.0973.3329.41
Hex141D82554E031eb491d
Octal243520212511606135311135
Binary10100111011000001010101011001110011000111101011100100111101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #141D82

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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