#1A115B

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

Shades of Midnight Blue #1A115B

Tints of Midnight Blue #1A115B

Color information

#1A115B (or 0x1A115B) is unknown color: approx Midnight Blue. HEX triplet: 1A, 11 and 5B. RGB value is (26,17,91). Sum of RGB (Red+Green+Blue) = 26+17+91=134 (17% of max value = 765). Red value is 26 (10.55% from 255 or 19.40% from 134); Green value is 17 (7.03% from 255 or 12.69% from 134); Blue value is 91 (35.94% from 255 or 67.91% from 134); Max value from RGB is 91 - color contains mainly: blue. Hex color #1A115B is not a web safe color. Web safe color analog (approx): #330066. Inversed color of #1A115B is #E5EEA4. Grayscale: #1B1B1B. Windows color (decimal): -15068837 or 5968154. OLE color: 5968154.

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

Color convert

RGB261791-
CMYK0.710.8100.64
HSL247.3º68.52%21.18%-
HSV(B)247.3º81.32%35.69%-
XYZ2.511.3810.03-
YUV28.13163.48126.48-

RGB Variations

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

RGB

RED value IS 26 (10.55% from 255) = 19.40%
GREEN value IS 17 (7.03% from 255) = 12.69%
BLUE value IS 91 (35.94% from 255) = 67.91%
R=19.40%
G=12.69%
B=67.91%

CMYK

C (Cyan) values IS 0.71
M (Magenta) values IS 0.81
Y (Yellow) values IS 0
K (Black) values IS 0.64
SystemRedGreenBlueCMYKHSL
Decimal2617910.710.8100.64247.368.5221.18
Hex1A115B4751040f74515
Octal3221133107121010036710525
Binary11010100011011011100011110100010100000011110111100010110101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #1A115B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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