#1E2685

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

Shades of Midnight Blue #1E2685

Tints of Midnight Blue #1E2685

Color information

#1E2685 (or 0x1E2685) is unknown color: approx Midnight Blue. HEX triplet: 1E, 26 and 85. RGB value is (30,38,133). Sum of RGB (Red+Green+Blue) = 30+38+133=201 (26% of max value = 765). Red value is 30 (12.11% from 255 or 14.93% from 201); Green value is 38 (15.23% from 255 or 18.91% from 201); Blue value is 133 (52.34% from 255 or 66.17% from 201); Max value from RGB is 133 - color contains mainly: blue. Hex color #1E2685 is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #1E2685 is #E1D97A. Grayscale: #2E2E2E. Windows color (decimal): -14801275 or 8726046. OLE color: 8726046.

HSL color Cylindrical-coordinate representation of color #1E2685: hue angle of 235.34º degrees, saturation: 0.63, lightness: 0.32%. HSV value (or HSB Brightness) of color is 0.52% and HSV saturation: 0.77%. Process color model (Four color, CMYK) of #1E2685 is Cyan = 0.77, Magento = 0.71, Yellow = 0 and Black (K on CMYK) = 0.48.

Color convert

RGB3038133-
CMYK0.770.7100.48
HSL235.34º63.19%31.96%-
HSV(B)235.34º77.44%52.16%-
XYZ5.463.3622.55-
YUV46.44176.85116.28-

RGB Variations

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

RGB

RED value IS 30 (12.11% from 255) = 14.93%
GREEN value IS 38 (15.23% from 255) = 18.91%
BLUE value IS 133 (52.34% from 255) = 66.17%
R=14.93%
G=18.91%
B=66.17%

CMYK

C (Cyan) values IS 0.77
M (Magenta) values IS 0.71
Y (Yellow) values IS 0
K (Black) values IS 0.48
SystemRedGreenBlueCMYKHSL
Decimal30381330.770.7100.48235.3463.1931.96
Hex1E26854D47030eb3f20
Octal36462051151070603537740
Binary111101001101000010110011011000111011000011101011111111100000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #1E2685

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(30,38,133); }

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

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

 a { background-color: rgb(30,38,133); }

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

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

 span { border-color: rgb(30,38,133); }

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