#1D1A80

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

Shades of Midnight Blue #1D1A80

Tints of Midnight Blue #1D1A80

Color information

#1D1A80 (or 0x1D1A80) is unknown color: approx Midnight Blue. HEX triplet: 1D, 1A and 80. RGB value is (29,26,128). Sum of RGB (Red+Green+Blue) = 29+26+128=183 (24% of max value = 765). Red value is 29 (11.72% from 255 or 15.85% from 183); Green value is 26 (10.55% from 255 or 14.21% from 183); Blue value is 128 (50.39% from 255 or 69.95% from 183); Max value from RGB is 128 - color contains mainly: blue. Hex color #1D1A80 is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #1D1A80 is #E2E57F. Grayscale: #262626. Windows color (decimal): -14869888 or 8395293. OLE color: 8395293.

HSL color Cylindrical-coordinate representation of color #1D1A80: hue angle of 241.76º degrees, saturation: 0.66, lightness: 0.3%. HSV value (or HSB Brightness) of color is 0.5% and HSV saturation: 0.8%. Process color model (Four color, CMYK) of #1D1A80 is Cyan = 0.77, Magento = 0.80, Yellow = 0 and Black (K on CMYK) = 0.50.

Color convert

RGB2926128-
CMYK0.770.8000.50
HSL241.76º66.23%30.2%-
HSV(B)241.76º79.69%50.2%-
XYZ4.772.5620.66-
YUV38.52178.49121.21-

RGB Variations

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

RGB

RED value IS 29 (11.72% from 255) = 15.85%
GREEN value IS 26 (10.55% from 255) = 14.21%
BLUE value IS 128 (50.39% from 255) = 69.95%
R=15.85%
G=14.21%
B=69.95%

CMYK

C (Cyan) values IS 0.77
M (Magenta) values IS 0.80
Y (Yellow) values IS 0
K (Black) values IS 0.50
SystemRedGreenBlueCMYKHSL
Decimal29261280.770.8000.50241.7666.2330.2
Hex1D1A804D50032f2421e
Octal353220011512006236210236
Binary11101110101000000010011011010000011001011110010100001011110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #1D1A80

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #1D1A80; }

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

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

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

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

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

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

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

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