#1E257D

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

Shades of Midnight Blue #1E257D

Tints of Midnight Blue #1E257D

Color information

#1E257D (or 0x1E257D) is unknown color: approx Midnight Blue. HEX triplet: 1E, 25 and 7D. RGB value is (30,37,125). Sum of RGB (Red+Green+Blue) = 30+37+125=192 (25% of max value = 765). Red value is 30 (12.11% from 255 or 15.62% from 192); Green value is 37 (14.84% from 255 or 19.27% from 192); Blue value is 125 (49.22% from 255 or 65.10% from 192); Max value from RGB is 125 - color contains mainly: blue. Hex color #1E257D is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #1E257D is #E1DA82. Grayscale: #2C2C2C. Windows color (decimal): -14801539 or 8201502. OLE color: 8201502.

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

Color convert

RGB3037125-
CMYK0.760.7000.51
HSL235.58º61.29%30.39%-
HSV(B)235.58º76%49.02%-
XYZ4.93.0819.74-
YUV44.94173.18117.34-

RGB Variations

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

RGB

RED value IS 30 (12.11% from 255) = 15.62%
GREEN value IS 37 (14.84% from 255) = 19.27%
BLUE value IS 125 (49.22% from 255) = 65.10%
R=15.62%
G=19.27%
B=65.10%

CMYK

C (Cyan) values IS 0.76
M (Magenta) values IS 0.70
Y (Yellow) values IS 0
K (Black) values IS 0.51
SystemRedGreenBlueCMYKHSL
Decimal30371250.760.7000.51235.5861.2930.39
Hex1E257D4C46033ec3d1e
Octal36451751141060633547536
Binary1111010010111111011001100100011001100111110110011110111110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #1E257D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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