#1E1980

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

Shades of Midnight Blue #1E1980

Tints of Midnight Blue #1E1980

Color information

#1E1980 (or 0x1E1980) is unknown color: approx Midnight Blue. HEX triplet: 1E, 19 and 80. RGB value is (30,25,128). Sum of RGB (Red+Green+Blue) = 30+25+128=183 (24% of max value = 765). Red value is 30 (12.11% from 255 or 16.39% from 183); Green value is 25 (10.16% from 255 or 13.66% from 183); Blue value is 128 (50.39% from 255 or 69.95% from 183); Max value from RGB is 128 - color contains mainly: blue. Hex color #1E1980 is not a web safe color. Web safe color analog (approx): #330099. Inversed color of #1E1980 is #E1E67F. Grayscale: #252525. Windows color (decimal): -14804608 or 8395038. OLE color: 8395038.

HSL color Cylindrical-coordinate representation of color #1E1980: hue angle of 242.91º degrees, saturation: 0.67, lightness: 0.3%. HSV value (or HSB Brightness) of color is 0.5% and HSV saturation: 0.8%. Process color model (Four color, CMYK) of #1E1980 is Cyan = 0.77, Magento = 0.80, Yellow = 0 and Black (K on CMYK) = 0.50.

Color convert

RGB3025128-
CMYK0.770.8000.50
HSL242.91º67.32%30%-
HSV(B)242.91º80.47%50.2%-
XYZ4.782.5320.66-
YUV38.24178.66122.12-

RGB Variations

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

RGB

RED value IS 30 (12.11% from 255) = 16.39%
GREEN value IS 25 (10.16% from 255) = 13.66%
BLUE value IS 128 (50.39% from 255) = 69.95%
R=16.39%
G=13.66%
B=69.95%

CMYK

C (Cyan) values IS 0.77
M (Magenta) values IS 0.80
Y (Yellow) values IS 0
K (Black) values IS 0.50
SystemRedGreenBlueCMYKHSL
Decimal30251280.770.8000.50242.9167.3230
Hex1E19804D50032f3431e
Octal363120011512006236310336
Binary11110110011000000010011011010000011001011110011100001111110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #1E1980

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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