#1E1364

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

Shades of Midnight Blue #1E1364

Tints of Midnight Blue #1E1364

Color information

#1E1364 (or 0x1E1364) is unknown color: approx Midnight Blue. HEX triplet: 1E, 13 and 64. RGB value is (30,19,100). Sum of RGB (Red+Green+Blue) = 30+19+100=149 (19% of max value = 765). Red value is 30 (12.11% from 255 or 20.13% from 149); Green value is 19 (7.81% from 255 or 12.75% from 149); Blue value is 100 (39.45% from 255 or 67.11% from 149); Max value from RGB is 100 - color contains mainly: blue. Hex color #1E1364 is not a web safe color. Web safe color analog (approx): #330066. Inversed color of #1E1364 is #E1EC9B. Grayscale: #1F1F1F. Windows color (decimal): -14806172 or 6558494. OLE color: 6558494.

HSL color Cylindrical-coordinate representation of color #1E1364: hue angle of 248.15º degrees, saturation: 0.68, lightness: 0.23%. HSV value (or HSB Brightness) of color is 0.39% and HSV saturation: 0.81%. Process color model (Four color, CMYK) of #1E1364 is Cyan = 0.70, Magento = 0.81, Yellow = 0 and Black (K on CMYK) = 0.61.

Color convert

RGB3019100-
CMYK0.700.8100.61
HSL248.15º68.07%23.33%-
HSV(B)248.15º81%39.22%-
XYZ3.071.6612.22-
YUV31.52166.64126.91-

RGB Variations

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

RGB

RED value IS 30 (12.11% from 255) = 20.13%
GREEN value IS 19 (7.81% from 255) = 12.75%
BLUE value IS 100 (39.45% from 255) = 67.11%
R=20.13%
G=12.75%
B=67.11%

CMYK

C (Cyan) values IS 0.70
M (Magenta) values IS 0.81
Y (Yellow) values IS 0
K (Black) values IS 0.61
SystemRedGreenBlueCMYKHSL
Decimal30191000.700.8100.61248.1568.0723.33
Hex1E1364465103Df84417
Octal362314410612107537010427
Binary1111010011110010010001101010001011110111111000100010010111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #1E1364

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(30,19,100); }

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

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

 a { background-color: rgb(30,19,100); }

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

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

 span { border-color: rgb(30,19,100); }

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