#1E1981

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

Shades of Midnight Blue #1E1981

Tints of Midnight Blue #1E1981

Color information

#1E1981 (or 0x1E1981) is unknown color: approx Midnight Blue. HEX triplet: 1E, 19 and 81. RGB value is (30,25,129). Sum of RGB (Red+Green+Blue) = 30+25+129=184 (24% of max value = 765). Red value is 30 (12.11% from 255 or 16.30% from 184); Green value is 25 (10.16% from 255 or 13.59% from 184); Blue value is 129 (50.78% from 255 or 70.11% from 184); Max value from RGB is 129 - color contains mainly: blue. Hex color #1E1981 is not a web safe color. Web safe color analog (approx): #330099. Inversed color of #1E1981 is #E1E67E. Grayscale: #252525. Windows color (decimal): -14804607 or 8460574. OLE color: 8460574.

HSL color Cylindrical-coordinate representation of color #1E1981: hue angle of 242.88º degrees, saturation: 0.68, lightness: 0.3%. HSV value (or HSB Brightness) of color is 0.51% and HSV saturation: 0.81%. Process color model (Four color, CMYK) of #1E1981 is Cyan = 0.77, Magento = 0.81, Yellow = 0 and Black (K on CMYK) = 0.49.

Color convert

RGB3025129-
CMYK0.770.8100.49
HSL242.88º67.53%30.2%-
HSV(B)242.88º80.62%50.59%-
XYZ4.852.5621.01-
YUV38.35179.16122.04-

RGB Variations

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

RGB

RED value IS 30 (12.11% from 255) = 16.30%
GREEN value IS 25 (10.16% from 255) = 13.59%
BLUE value IS 129 (50.78% from 255) = 70.11%
R=16.30%
G=13.59%
B=70.11%

CMYK

C (Cyan) values IS 0.77
M (Magenta) values IS 0.81
Y (Yellow) values IS 0
K (Black) values IS 0.49
SystemRedGreenBlueCMYKHSL
Decimal30251290.770.8100.49242.8867.5330.2
Hex1E19814D51031f3441e
Octal363120111512106136310436
Binary11110110011000000110011011010001011000111110011100010011110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #1E1981

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(30,25,129); }

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

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

 a { background-color: rgb(30,25,129); }

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

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

 span { border-color: rgb(30,25,129); }

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