#1E2576

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

Shades of Midnight Blue #1E2576

Tints of Midnight Blue #1E2576

Color information

#1E2576 (or 0x1E2576) is unknown color: approx Midnight Blue. HEX triplet: 1E, 25 and 76. RGB value is (30,37,118). Sum of RGB (Red+Green+Blue) = 30+37+118=185 (24% of max value = 765). Red value is 30 (12.11% from 255 or 16.22% from 185); Green value is 37 (14.84% from 255 or 20% from 185); Blue value is 118 (46.48% from 255 or 63.78% from 185); Max value from RGB is 118 - color contains mainly: blue. Hex color #1E2576 is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #1E2576 is #E1DA89. Grayscale: #2B2B2B. Windows color (decimal): -14801546 or 7742750. OLE color: 7742750.

HSL color Cylindrical-coordinate representation of color #1E2576: hue angle of 235.23º degrees, saturation: 0.59, lightness: 0.29%. HSV value (or HSB Brightness) of color is 0.46% and HSV saturation: 0.75%. Process color model (Four color, CMYK) of #1E2576 is Cyan = 0.75, Magento = 0.69, Yellow = 0 and Black (K on CMYK) = 0.54.

Color convert

RGB3037118-
CMYK0.750.6900.54
HSL235.23º59.46%29.02%-
HSV(B)235.23º74.58%46.27%-
XYZ4.472.9117.47-
YUV44.14169.68117.91-

RGB Variations

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

RGB

RED value IS 30 (12.11% from 255) = 16.22%
GREEN value IS 37 (14.84% from 255) = 20%
BLUE value IS 118 (46.48% from 255) = 63.78%
R=16.22%
G=20%
B=63.78%

CMYK

C (Cyan) values IS 0.75
M (Magenta) values IS 0.69
Y (Yellow) values IS 0
K (Black) values IS 0.54
SystemRedGreenBlueCMYKHSL
Decimal30371180.750.6900.54235.2359.4629.02
Hex1E25764B45036eb3b1d
Octal36451661131050663537335
Binary1111010010111101101001011100010101101101110101111101111101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #1E2576

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(30,37,118); }

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

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

 a { background-color: rgb(30,37,118); }

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

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

 span { border-color: rgb(30,37,118); }

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