#1a1d80

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

Shades of Midnight Blue #1A1D80

Tints of Midnight Blue #1A1D80

Color information

#1A1D80 (or 0x1A1D80) is unknown color: approx Midnight Blue. HEX triplet: 1A, 1D and 80. RGB value is (26,29,128). Sum of RGB (Red+Green+Blue) = 26+29+128=183 (24% of max value = 765). Red value is 26 (10.55% from 255 or 14.21% from 183); Green value is 29 (11.72% from 255 or 15.85% 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 #1A1D80 is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #1A1D80 is #E5E27F. Grayscale: #262626. Windows color (decimal): -15065728 or 8396058. OLE color: 8396058.

HSL color Cylindrical-coordinate representation of color #1A1D80: hue angle of 238.24º 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 #1A1D80 is Cyan = 0.80, Magento = 0.77, Yellow = 0 and Black (K on CMYK) = 0.50.

Color convert

RGB2629128-
CMYK0.800.7700.50
HSL238.24º66.23%30.2%-
HSV(B)238.24º79.69%50.2%-
XYZ4.762.6620.68-
YUV39.39178.01118.45-

RGB Variations

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

RGB

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

CMYK

C (Cyan) values IS 0.80
M (Magenta) values IS 0.77
Y (Yellow) values IS 0
K (Black) values IS 0.50
SystemRedGreenBlueCMYKHSL
Decimal26291280.800.7700.50238.2466.2330.2
Hex1A1D80504D032ee421e
Octal323520012011506235610236
Binary11010111011000000010100001001101011001011101110100001011110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #1a1d80

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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