#1E2285

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

Shades of Midnight Blue #1E2285

Tints of Midnight Blue #1E2285

Color information

#1E2285 (or 0x1E2285) is unknown color: approx Midnight Blue. HEX triplet: 1E, 22 and 85. RGB value is (30,34,133). Sum of RGB (Red+Green+Blue) = 30+34+133=197 (26% of max value = 765). Red value is 30 (12.11% from 255 or 15.23% from 197); Green value is 34 (13.67% from 255 or 17.26% from 197); Blue value is 133 (52.34% from 255 or 67.51% from 197); Max value from RGB is 133 - color contains mainly: blue. Hex color #1E2285 is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #1E2285 is #E1DD7A. Grayscale: #2B2B2B. Windows color (decimal): -14802299 or 8725022. OLE color: 8725022.

HSL color Cylindrical-coordinate representation of color #1E2285: hue angle of 237.67º 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 #1E2285 is Cyan = 0.77, Magento = 0.74, Yellow = 0 and Black (K on CMYK) = 0.48.

Color convert

RGB3034133-
CMYK0.770.7400.48
HSL237.67º63.19%31.96%-
HSV(B)237.67º77.44%52.16%-
XYZ5.343.1122.51-
YUV44.09178.17117.95-

RGB Variations

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

RGB

RED value IS 30 (12.11% from 255) = 15.23%
GREEN value IS 34 (13.67% from 255) = 17.26%
BLUE value IS 133 (52.34% from 255) = 67.51%
R=15.23%
G=17.26%
B=67.51%

CMYK

C (Cyan) values IS 0.77
M (Magenta) values IS 0.74
Y (Yellow) values IS 0
K (Black) values IS 0.48
SystemRedGreenBlueCMYKHSL
Decimal30341330.770.7400.48237.6763.1931.96
Hex1E22854D4A030ee3f20
Octal36422051151120603567740
Binary111101000101000010110011011001010011000011101110111111100000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #1E2285

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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