#1A195E

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

Shades of Midnight Blue #1A195E

Tints of Midnight Blue #1A195E

Color information

#1A195E (or 0x1A195E) is unknown color: approx Midnight Blue. HEX triplet: 1A, 19 and 5E. RGB value is (26,25,94). Sum of RGB (Red+Green+Blue) = 26+25+94=145 (19% of max value = 765). Red value is 26 (10.55% from 255 or 17.93% from 145); Green value is 25 (10.16% from 255 or 17.24% from 145); Blue value is 94 (37.11% from 255 or 64.83% from 145); Max value from RGB is 94 - color contains mainly: blue. Hex color #1A195E is not a web safe color. Web safe color analog (approx): #330066. Inversed color of #1A195E is #E5E6A1. Grayscale: #202020. Windows color (decimal): -15066786 or 6166810. OLE color: 6166810.

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

Color convert

RGB262594-
CMYK0.720.7300.63
HSL240.87º57.98%23.33%-
HSV(B)240.87º73.4%36.86%-
XYZ2.791.7210.77-
YUV33.16162.33122.89-

RGB Variations

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

RGB

RED value IS 26 (10.55% from 255) = 17.93%
GREEN value IS 25 (10.16% from 255) = 17.24%
BLUE value IS 94 (37.11% from 255) = 64.83%
R=17.93%
G=17.24%
B=64.83%

CMYK

C (Cyan) values IS 0.72
M (Magenta) values IS 0.73
Y (Yellow) values IS 0
K (Black) values IS 0.63
SystemRedGreenBlueCMYKHSL
Decimal2625940.720.7300.63240.8757.9823.33
Hex1A195E484903Ff13a17
Octal32311361101110773617227
Binary110101100110111101001000100100101111111111000111101010111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #1A195E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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