#1A1159

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

Shades of Midnight Blue #1A1159

Tints of Midnight Blue #1A1159

Color information

#1A1159 (or 0x1A1159) is unknown color: approx Midnight Blue. HEX triplet: 1A, 11 and 59. RGB value is (26,17,89). Sum of RGB (Red+Green+Blue) = 26+17+89=132 (17% of max value = 765). Red value is 26 (10.55% from 255 or 19.70% from 132); Green value is 17 (7.03% from 255 or 12.88% from 132); Blue value is 89 (35.16% from 255 or 67.42% from 132); Max value from RGB is 89 - color contains mainly: blue. Hex color #1A1159 is not a web safe color. Web safe color analog (approx): #330066. Inversed color of #1A1159 is #E5EEA6. Grayscale: #1B1B1B. Windows color (decimal): -15068839 or 5837082. OLE color: 5837082.

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

Color convert

RGB261789-
CMYK0.710.8100.65
HSL247.5º67.92%20.78%-
HSV(B)247.5º80.9%34.9%-
XYZ2.431.349.58-
YUV27.9162.48126.65-

RGB Variations

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

RGB

RED value IS 26 (10.55% from 255) = 19.70%
GREEN value IS 17 (7.03% from 255) = 12.88%
BLUE value IS 89 (35.16% from 255) = 67.42%
R=19.70%
G=12.88%
B=67.42%

CMYK

C (Cyan) values IS 0.71
M (Magenta) values IS 0.81
Y (Yellow) values IS 0
K (Black) values IS 0.65
SystemRedGreenBlueCMYKHSL
Decimal2617890.710.8100.65247.567.9220.78
Hex1A11594751041f84415
Octal3221131107121010137010425
Binary11010100011011001100011110100010100000111111000100010010101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #1A1159

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(26,17,89); }

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

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

 a { background-color: rgb(26,17,89); }

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

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

 span { border-color: rgb(26,17,89); }

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