#1A2787

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

Shades of Midnight Blue #1A2787

Tints of Midnight Blue #1A2787

Color information

#1A2787 (or 0x1A2787) is unknown color: approx Midnight Blue. HEX triplet: 1A, 27 and 87. RGB value is (26,39,135). Sum of RGB (Red+Green+Blue) = 26+39+135=200 (26% of max value = 765). Red value is 26 (10.55% from 255 or 13% from 200); Green value is 39 (15.62% from 255 or 19.5% from 200); Blue value is 135 (53.12% from 255 or 67.5% from 200); Max value from RGB is 135 - color contains mainly: blue. Hex color #1A2787 is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #1A2787 is #E5D878. Grayscale: #2D2D2D. Windows color (decimal): -15063161 or 8857370. OLE color: 8857370.

HSL color Cylindrical-coordinate representation of color #1A2787: hue angle of 232.84º degrees, saturation: 0.68, lightness: 0.32%. HSV value (or HSB Brightness) of color is 0.53% and HSV saturation: 0.81%. Process color model (Four color, CMYK) of #1A2787 is Cyan = 0.81, Magento = 0.71, Yellow = 0 and Black (K on CMYK) = 0.47.

Color convert

RGB2639135-
CMYK0.810.7100.47
HSL232.84º67.7%31.57%-
HSV(B)232.84º80.74%52.94%-
XYZ5.523.4223.29-
YUV46.06178.19113.69-

RGB Variations

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

RGB

RED value IS 26 (10.55% from 255) = 13%
GREEN value IS 39 (15.62% from 255) = 19.5%
BLUE value IS 135 (53.12% from 255) = 67.5%
R=13%
G=19.5%
B=67.5%

CMYK

C (Cyan) values IS 0.81
M (Magenta) values IS 0.71
Y (Yellow) values IS 0
K (Black) values IS 0.47
SystemRedGreenBlueCMYKHSL
Decimal26391350.810.7100.47232.8467.731.57
Hex1A2787514702Fe94420
Octal324720712110705735110440
Binary1101010011110000111101000110001110101111111010011000100100000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #1A2787

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(26,39,135); }

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

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

 a { background-color: rgb(26,39,135); }

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

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

 span { border-color: rgb(26,39,135); }

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