#1A1660

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

Shades of Midnight Blue #1A1660

Tints of Midnight Blue #1A1660

Color information

#1A1660 (or 0x1A1660) is unknown color: approx Midnight Blue. HEX triplet: 1A, 16 and 60. RGB value is (26,22,96). Sum of RGB (Red+Green+Blue) = 26+22+96=144 (19% of max value = 765). Red value is 26 (10.55% from 255 or 18.06% from 144); Green value is 22 (8.98% from 255 or 15.28% from 144); Blue value is 96 (37.89% from 255 or 66.67% from 144); Max value from RGB is 96 - color contains mainly: blue. Hex color #1A1660 is not a web safe color. Web safe color analog (approx): #330066. Inversed color of #1A1660 is #E5E99F. Grayscale: #1F1F1F. Windows color (decimal): -15067552 or 6297114. OLE color: 6297114.

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

Color convert

RGB262296-
CMYK0.730.7700.62
HSL243.24º62.71%23.14%-
HSV(B)243.24º77.08%37.65%-
XYZ2.821.6411.23-
YUV31.63164.33123.98-

RGB Variations

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

RGB

RED value IS 26 (10.55% from 255) = 18.06%
GREEN value IS 22 (8.98% from 255) = 15.28%
BLUE value IS 96 (37.89% from 255) = 66.67%
R=18.06%
G=15.28%
B=66.67%

CMYK

C (Cyan) values IS 0.73
M (Magenta) values IS 0.77
Y (Yellow) values IS 0
K (Black) values IS 0.62
SystemRedGreenBlueCMYKHSL
Decimal2622960.730.7700.62243.2462.7123.14
Hex1A1660494D03Ef33f17
Octal32261401111150763637727
Binary110101011011000001001001100110101111101111001111111110111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #1A1660

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(26,22,96); }

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

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

 a { background-color: rgb(26,22,96); }

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

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

 span { border-color: rgb(26,22,96); }

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