#1E1263

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

Shades of Midnight Blue #1E1263

Tints of Midnight Blue #1E1263

Color information

#1E1263 (or 0x1E1263) is unknown color: approx Midnight Blue. HEX triplet: 1E, 12 and 63. RGB value is (30,18,99). Sum of RGB (Red+Green+Blue) = 30+18+99=147 (19% of max value = 765). Red value is 30 (12.11% from 255 or 20.41% from 147); Green value is 18 (7.42% from 255 or 12.24% from 147); Blue value is 99 (39.06% from 255 or 67.35% from 147); Max value from RGB is 99 - color contains mainly: blue. Hex color #1E1263 is not a web safe color. Web safe color analog (approx): #330066. Inversed color of #1E1263 is #E1ED9C. Grayscale: #1E1E1E. Windows color (decimal): -14806429 or 6492702. OLE color: 6492702.

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

Color convert

RGB301899-
CMYK0.700.8200.61
HSL248.89º69.23%22.94%-
HSV(B)248.89º81.82%38.82%-
XYZ31.6111.96-
YUV30.82166.48127.41-

RGB Variations

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

RGB

RED value IS 30 (12.11% from 255) = 20.41%
GREEN value IS 18 (7.42% from 255) = 12.24%
BLUE value IS 99 (39.06% from 255) = 67.35%
R=20.41%
G=12.24%
B=67.35%

CMYK

C (Cyan) values IS 0.70
M (Magenta) values IS 0.82
Y (Yellow) values IS 0
K (Black) values IS 0.61
SystemRedGreenBlueCMYKHSL
Decimal3018990.700.8200.61248.8969.2322.94
Hex1E1263465203Df94517
Octal362214310612207537110527
Binary1111010010110001110001101010010011110111111001100010110111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #1E1263

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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