#1A1C85

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

Shades of Midnight Blue #1A1C85

Tints of Midnight Blue #1A1C85

Color information

#1A1C85 (or 0x1A1C85) is unknown color: approx Midnight Blue. HEX triplet: 1A, 1C and 85. RGB value is (26,28,133). Sum of RGB (Red+Green+Blue) = 26+28+133=187 (24% of max value = 765). Red value is 26 (10.55% from 255 or 13.90% from 187); Green value is 28 (11.33% from 255 or 14.97% from 187); Blue value is 133 (52.34% from 255 or 71.12% from 187); Max value from RGB is 133 - color contains mainly: blue. Hex color #1A1C85 is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #1A1C85 is #E5E37A. Grayscale: #262626. Windows color (decimal): -15065979 or 8723482. OLE color: 8723482.

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

Color convert

RGB2628133-
CMYK0.800.7900.48
HSL238.88º67.3%31.18%-
HSV(B)238.88º80.45%52.16%-
XYZ5.072.7422.45-
YUV39.37180.84118.46-

RGB Variations

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

RGB

RED value IS 26 (10.55% from 255) = 13.90%
GREEN value IS 28 (11.33% from 255) = 14.97%
BLUE value IS 133 (52.34% from 255) = 71.12%
R=13.90%
G=14.97%
B=71.12%

CMYK

C (Cyan) values IS 0.80
M (Magenta) values IS 0.79
Y (Yellow) values IS 0
K (Black) values IS 0.48
SystemRedGreenBlueCMYKHSL
Decimal26281330.800.7900.48238.8867.331.18
Hex1A1C85504F030ef431f
Octal323420512011706035710337
Binary11010111001000010110100001001111011000011101111100001111111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #1A1C85

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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