#1E2185

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

Shades of Midnight Blue #1E2185

Tints of Midnight Blue #1E2185

Color information

#1E2185 (or 0x1E2185) is unknown color: approx Midnight Blue. HEX triplet: 1E, 21 and 85. RGB value is (30,33,133). Sum of RGB (Red+Green+Blue) = 30+33+133=196 (25% of max value = 765). Red value is 30 (12.11% from 255 or 15.31% from 196); Green value is 33 (13.28% from 255 or 16.84% from 196); Blue value is 133 (52.34% from 255 or 67.86% from 196); Max value from RGB is 133 - color contains mainly: blue. Hex color #1E2185 is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #1E2185 is #E1DE7A. Grayscale: #2B2B2B. Windows color (decimal): -14802555 or 8724766. OLE color: 8724766.

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

Color convert

RGB3033133-
CMYK0.770.7500.48
HSL238.25º63.19%31.96%-
HSV(B)238.25º77.44%52.16%-
XYZ5.313.0622.5-
YUV43.5178.51118.37-

RGB Variations

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

RGB

RED value IS 30 (12.11% from 255) = 15.31%
GREEN value IS 33 (13.28% from 255) = 16.84%
BLUE value IS 133 (52.34% from 255) = 67.86%
R=15.31%
G=16.84%
B=67.86%

CMYK

C (Cyan) values IS 0.77
M (Magenta) values IS 0.75
Y (Yellow) values IS 0
K (Black) values IS 0.48
SystemRedGreenBlueCMYKHSL
Decimal30331330.770.7500.48238.2563.1931.96
Hex1E21854D4B030ee3f20
Octal36412051151130603567740
Binary111101000011000010110011011001011011000011101110111111100000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #1E2185

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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