#1A1E85

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

Shades of Midnight Blue #1A1E85

Tints of Midnight Blue #1A1E85

Color information

#1A1E85 (or 0x1A1E85) is unknown color: approx Midnight Blue. HEX triplet: 1A, 1E and 85. RGB value is (26,30,133). Sum of RGB (Red+Green+Blue) = 26+30+133=189 (25% of max value = 765). Red value is 26 (10.55% from 255 or 13.76% from 189); Green value is 30 (12.11% from 255 or 15.87% from 189); Blue value is 133 (52.34% from 255 or 70.37% from 189); Max value from RGB is 133 - color contains mainly: blue. Hex color #1A1E85 is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #1A1E85 is #E5E17A. Grayscale: #282828. Windows color (decimal): -15065467 or 8723994. OLE color: 8723994.

HSL color Cylindrical-coordinate representation of color #1A1E85: hue angle of 237.76º degrees, saturation: 0.67, lightness: 0.31%. HSV value (or HSB Brightness) of color is 0.52% and HSV saturation: 0.8%. Process color model (Four color, CMYK) of #1A1E85 is Cyan = 0.80, Magento = 0.77, Yellow = 0 and Black (K on CMYK) = 0.48.

Color convert

RGB2630133-
CMYK0.800.7700.48
HSL237.76º67.3%31.18%-
HSV(B)237.76º80.45%52.16%-
XYZ5.122.8422.47-
YUV40.55180.17117.62-

RGB Variations

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

RGB

RED value IS 26 (10.55% from 255) = 13.76%
GREEN value IS 30 (12.11% from 255) = 15.87%
BLUE value IS 133 (52.34% from 255) = 70.37%
R=13.76%
G=15.87%
B=70.37%

CMYK

C (Cyan) values IS 0.80
M (Magenta) values IS 0.77
Y (Yellow) values IS 0
K (Black) values IS 0.48
SystemRedGreenBlueCMYKHSL
Decimal26301330.800.7700.48237.7667.331.18
Hex1A1E85504D030ee431f
Octal323620512011506035610337
Binary11010111101000010110100001001101011000011101110100001111111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #1A1E85

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(26,30,133); }

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

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

 a { background-color: rgb(26,30,133); }

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

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

 span { border-color: rgb(26,30,133); }

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