#1A015E

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

Shades of Midnight Blue #1A015E

Tints of Midnight Blue #1A015E

Color information

#1A015E (or 0x1A015E) is unknown color: approx Midnight Blue. HEX triplet: 1A, 01 and 5E. RGB value is (26,1,94). Sum of RGB (Red+Green+Blue) = 26+1+94=121 (16% of max value = 765). Red value is 26 (10.55% from 255 or 21.49% from 121); Green value is 1 (0.78% from 255 or 0.83% from 121); Blue value is 94 (37.11% from 255 or 77.69% from 121); Max value from RGB is 94 - color contains mainly: blue. Hex color #1A015E is not a web safe color. Web safe color analog (approx): #330066. Inversed color of #1A015E is #E5FEA1. Grayscale: #121212. Windows color (decimal): -15072930 or 6160666. OLE color: 6160666.

HSL color Cylindrical-coordinate representation of color #1A015E: hue angle of 256.13º degrees, saturation: 0.98, lightness: 0.19%. HSV value (or HSB Brightness) of color is 0.37% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #1A015E is Cyan = 0.72, Magento = 0.99, Yellow = 0 and Black (K on CMYK) = 0.63.

Color convert

RGB26194-
CMYK0.720.9900.63
HSL256.13º97.89%18.63%-
HSV(B)256.13º98.94%36.86%-
XYZ2.461.0510.66-
YUV19.08170.28132.94-

RGB Variations

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

RGB

RED value IS 26 (10.55% from 255) = 21.49%
GREEN value IS 1 (0.78% from 255) = 0.83%
BLUE value IS 94 (37.11% from 255) = 77.69%
R=21.49%
G=0.83%
B=77.69%

CMYK

C (Cyan) values IS 0.72
M (Magenta) values IS 0.99
Y (Yellow) values IS 0
K (Black) values IS 0.63
SystemRedGreenBlueCMYKHSL
Decimal261940.720.9900.63256.1397.8918.63
Hex1A15E486303F1006213
Octal32113611014307740014223
Binary1101011011110100100011000110111111100000000110001010011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #1A015E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(26,1,94); }

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

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

 a { background-color: rgb(26,1,94); }

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

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

 span { border-color: rgb(26,1,94); }

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