#1E226D

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

Shades of Midnight Blue #1E226D

Tints of Midnight Blue #1E226D

Color information

#1E226D (or 0x1E226D) is unknown color: approx Midnight Blue. HEX triplet: 1E, 22 and 6D. RGB value is (30,34,109). Sum of RGB (Red+Green+Blue) = 30+34+109=173 (22% of max value = 765). Red value is 30 (12.11% from 255 or 17.34% from 173); Green value is 34 (13.67% from 255 or 19.65% from 173); Blue value is 109 (42.97% from 255 or 63.01% from 173); Max value from RGB is 109 - color contains mainly: blue. Hex color #1E226D is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #1E226D is #E1DD92. Grayscale: #292929. Windows color (decimal): -14802323 or 7152158. OLE color: 7152158.

HSL color Cylindrical-coordinate representation of color #1E226D: hue angle of 236.96º degrees, saturation: 0.57, lightness: 0.27%. HSV value (or HSB Brightness) of color is 0.43% and HSV saturation: 0.72%. Process color model (Four color, CMYK) of #1E226D is Cyan = 0.72, Magento = 0.69, Yellow = 0 and Black (K on CMYK) = 0.57.

Color convert

RGB3034109-
CMYK0.720.6900.57
HSL236.96º56.83%27.25%-
HSV(B)236.96º72.48%42.75%-
XYZ3.872.5214.75-
YUV41.35166.17119.9-

RGB Variations

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

RGB

RED value IS 30 (12.11% from 255) = 17.34%
GREEN value IS 34 (13.67% from 255) = 19.65%
BLUE value IS 109 (42.97% from 255) = 63.01%
R=17.34%
G=19.65%
B=63.01%

CMYK

C (Cyan) values IS 0.72
M (Magenta) values IS 0.69
Y (Yellow) values IS 0
K (Black) values IS 0.57
SystemRedGreenBlueCMYKHSL
Decimal30341090.720.6900.57236.9656.8327.25
Hex1E226D4845039ed391b
Octal36421551101050713557133
Binary1111010001011011011001000100010101110011110110111100111011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #1E226D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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