#1A1576

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

Shades of Midnight Blue #1A1576

Tints of Midnight Blue #1A1576

Color information

#1A1576 (or 0x1A1576) is unknown color: approx Midnight Blue. HEX triplet: 1A, 15 and 76. RGB value is (26,21,118). Sum of RGB (Red+Green+Blue) = 26+21+118=165 (21% of max value = 765). Red value is 26 (10.55% from 255 or 15.76% from 165); Green value is 21 (8.59% from 255 or 12.73% from 165); Blue value is 118 (46.48% from 255 or 71.52% from 165); Max value from RGB is 118 - color contains mainly: blue. Hex color #1A1576 is not a web safe color. Web safe color analog (approx): #330066. Inversed color of #1A1576 is #E5EA89. Grayscale: #212121. Windows color (decimal): -15067786 or 7738650. OLE color: 7738650.

HSL color Cylindrical-coordinate representation of color #1A1576: hue angle of 243.09º degrees, saturation: 0.7, lightness: 0.27%. HSV value (or HSB Brightness) of color is 0.46% and HSV saturation: 0.82%. Process color model (Four color, CMYK) of #1A1576 is Cyan = 0.78, Magento = 0.82, Yellow = 0 and Black (K on CMYK) = 0.54.

Color convert

RGB2621118-
CMYK0.780.8200.54
HSL243.09º69.78%27.25%-
HSV(B)243.09º82.2%46.27%-
XYZ3.962.0617.33-
YUV33.55175.66122.61-

RGB Variations

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

RGB

RED value IS 26 (10.55% from 255) = 15.76%
GREEN value IS 21 (8.59% from 255) = 12.73%
BLUE value IS 118 (46.48% from 255) = 71.52%
R=15.76%
G=12.73%
B=71.52%

CMYK

C (Cyan) values IS 0.78
M (Magenta) values IS 0.82
Y (Yellow) values IS 0
K (Black) values IS 0.54
SystemRedGreenBlueCMYKHSL
Decimal26211180.780.8200.54243.0969.7827.25
Hex1A15764E52036f3461b
Octal322516611612206636310633
Binary1101010101111011010011101010010011011011110011100011011011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #1A1576

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(26,21,118); }

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

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

 a { background-color: rgb(26,21,118); }

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

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

 span { border-color: rgb(26,21,118); }

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