#1E1660

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

Shades of Midnight Blue #1E1660

Tints of Midnight Blue #1E1660

Color information

#1E1660 (or 0x1E1660) is unknown color: approx Midnight Blue. HEX triplet: 1E, 16 and 60. RGB value is (30,22,96). Sum of RGB (Red+Green+Blue) = 30+22+96=148 (19% of max value = 765). Red value is 30 (12.11% from 255 or 20.27% from 148); Green value is 22 (8.98% from 255 or 14.86% from 148); Blue value is 96 (37.89% from 255 or 64.86% from 148); Max value from RGB is 96 - color contains mainly: blue. Hex color #1E1660 is not a web safe color. Web safe color analog (approx): #330066. Inversed color of #1E1660 is #E1E99F. Grayscale: #202020. Windows color (decimal): -14805408 or 6297118. OLE color: 6297118.

HSL color Cylindrical-coordinate representation of color #1E1660: hue angle of 246.49º 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 #1E1660 is Cyan = 0.69, Magento = 0.77, Yellow = 0 and Black (K on CMYK) = 0.62.

Color convert

RGB302296-
CMYK0.690.7700.62
HSL246.49º62.71%23.14%-
HSV(B)246.49º77.08%37.65%-
XYZ2.931.6911.24-
YUV32.83163.65125.98-

RGB Variations

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

RGB

RED value IS 30 (12.11% from 255) = 20.27%
GREEN value IS 22 (8.98% from 255) = 14.86%
BLUE value IS 96 (37.89% from 255) = 64.86%
R=20.27%
G=14.86%
B=64.86%

CMYK

C (Cyan) values IS 0.69
M (Magenta) values IS 0.77
Y (Yellow) values IS 0
K (Black) values IS 0.62
SystemRedGreenBlueCMYKHSL
Decimal3022960.690.7700.62246.4962.7123.14
Hex1E1660454D03Ef63f17
Octal36261401051150763667727
Binary111101011011000001000101100110101111101111011011111110111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #1E1660

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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