#1A1966

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

Shades of Midnight Blue #1A1966

Tints of Midnight Blue #1A1966

Color information

#1A1966 (or 0x1A1966) is unknown color: approx Midnight Blue. HEX triplet: 1A, 19 and 66. RGB value is (26,25,102). Sum of RGB (Red+Green+Blue) = 26+25+102=153 (20% of max value = 765). Red value is 26 (10.55% from 255 or 16.99% from 153); Green value is 25 (10.16% from 255 or 16.34% from 153); Blue value is 102 (40.23% from 255 or 66.67% from 153); Max value from RGB is 102 - color contains mainly: blue. Hex color #1A1966 is not a web safe color. Web safe color analog (approx): #330066. Inversed color of #1A1966 is #E5E699. Grayscale: #212121. Windows color (decimal): -15066778 or 6691098. OLE color: 6691098.

HSL color Cylindrical-coordinate representation of color #1A1966: hue angle of 240.78º degrees, saturation: 0.61, lightness: 0.25%. HSV value (or HSB Brightness) of color is 0.4% and HSV saturation: 0.75%. Process color model (Four color, CMYK) of #1A1966 is Cyan = 0.75, Magento = 0.75, Yellow = 0 and Black (K on CMYK) = 0.6.

Color convert

RGB2625102-
CMYK0.750.7500.6
HSL240.78º60.63%24.9%-
HSV(B)240.78º75.49%40%-
XYZ3.171.8712.76-
YUV34.08166.33122.24-

RGB Variations

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

RGB

RED value IS 26 (10.55% from 255) = 16.99%
GREEN value IS 25 (10.16% from 255) = 16.34%
BLUE value IS 102 (40.23% from 255) = 66.67%
R=16.99%
G=16.34%
B=66.67%

CMYK

C (Cyan) values IS 0.75
M (Magenta) values IS 0.75
Y (Yellow) values IS 0
K (Black) values IS 0.6
SystemRedGreenBlueCMYKHSL
Decimal26251020.750.7500.6240.7860.6324.9
Hex1A19664B4B03Cf13d19
Octal32311461131130743617531
Binary110101100111001101001011100101101111001111000111110111001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #1A1966

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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