#1E1363

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

Shades of Midnight Blue #1E1363

Tints of Midnight Blue #1E1363

Color information

#1E1363 (or 0x1E1363) is unknown color: approx Midnight Blue. HEX triplet: 1E, 13 and 63. RGB value is (30,19,99). Sum of RGB (Red+Green+Blue) = 30+19+99=148 (19% of max value = 765). Red value is 30 (12.11% from 255 or 20.27% from 148); Green value is 19 (7.81% from 255 or 12.84% from 148); Blue value is 99 (39.06% from 255 or 66.89% from 148); Max value from RGB is 99 - color contains mainly: blue. Hex color #1E1363 is not a web safe color. Web safe color analog (approx): #330066. Inversed color of #1E1363 is #E1EC9C. Grayscale: #1F1F1F. Windows color (decimal): -14806173 or 6492958. OLE color: 6492958.

HSL color Cylindrical-coordinate representation of color #1E1363: hue angle of 248.25º 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 #1E1363 is Cyan = 0.70, Magento = 0.81, Yellow = 0 and Black (K on CMYK) = 0.61.

Color convert

RGB301999-
CMYK0.700.8100.61
HSL248.25º67.8%23.14%-
HSV(B)248.25º80.81%38.82%-
XYZ3.021.6411.96-
YUV31.41166.14127-

RGB Variations

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

RGB

RED value IS 30 (12.11% from 255) = 20.27%
GREEN value IS 19 (7.81% from 255) = 12.84%
BLUE value IS 99 (39.06% from 255) = 66.89%
R=20.27%
G=12.84%
B=66.89%

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
Decimal3019990.700.8100.61248.2567.823.14
Hex1E1363465103Df84417
Octal362314310612107537010427
Binary1111010011110001110001101010001011110111111000100010010111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #1E1363

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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