#1E1562

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

Shades of Midnight Blue #1E1562

Tints of Midnight Blue #1E1562

Color information

#1E1562 (or 0x1E1562) is unknown color: approx Midnight Blue. HEX triplet: 1E, 15 and 62. RGB value is (30,21,98). Sum of RGB (Red+Green+Blue) = 30+21+98=149 (19% of max value = 765). Red value is 30 (12.11% from 255 or 20.13% from 149); Green value is 21 (8.59% from 255 or 14.09% from 149); Blue value is 98 (38.67% from 255 or 65.77% from 149); Max value from RGB is 98 - color contains mainly: blue. Hex color #1E1562 is not a web safe color. Web safe color analog (approx): #330066. Inversed color of #1E1562 is #E1EA9D. Grayscale: #202020. Windows color (decimal): -14805662 or 6427934. OLE color: 6427934.

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

Color convert

RGB302198-
CMYK0.690.7900.62
HSL247.01º64.71%23.33%-
HSV(B)247.01º78.57%38.43%-
XYZ3.011.6911.72-
YUV32.47164.98126.24-

RGB Variations

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

RGB

RED value IS 30 (12.11% from 255) = 20.13%
GREEN value IS 21 (8.59% from 255) = 14.09%
BLUE value IS 98 (38.67% from 255) = 65.77%
R=20.13%
G=14.09%
B=65.77%

CMYK

C (Cyan) values IS 0.69
M (Magenta) values IS 0.79
Y (Yellow) values IS 0
K (Black) values IS 0.62
SystemRedGreenBlueCMYKHSL
Decimal3021980.690.7900.62247.0164.7123.33
Hex1E1562454F03Ef74117
Octal362514210511707636710127
Binary1111010101110001010001011001111011111011110111100000110111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #1E1562

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(30,21,98); }

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

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

 a { background-color: rgb(30,21,98); }

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

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

 span { border-color: rgb(30,21,98); }

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