#1E136D

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

Shades of Midnight Blue #1E136D

Tints of Midnight Blue #1E136D

Color information

#1E136D (or 0x1E136D) is unknown color: approx Midnight Blue. HEX triplet: 1E, 13 and 6D. RGB value is (30,19,109). Sum of RGB (Red+Green+Blue) = 30+19+109=158 (20% of max value = 765). Red value is 30 (12.11% from 255 or 18.99% from 158); Green value is 19 (7.81% from 255 or 12.03% from 158); Blue value is 109 (42.97% from 255 or 68.99% from 158); Max value from RGB is 109 - color contains mainly: blue. Hex color #1E136D is not a web safe color. Web safe color analog (approx): #330066. Inversed color of #1E136D is #E1EC92. Grayscale: #202020. Windows color (decimal): -14806163 or 7148318. OLE color: 7148318.

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

Color convert

RGB3019109-
CMYK0.720.8300.57
HSL247.33º70.31%25.1%-
HSV(B)247.33º82.57%42.75%-
XYZ3.531.8514.64-
YUV32.55171.14126.18-

RGB Variations

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

RGB

RED value IS 30 (12.11% from 255) = 18.99%
GREEN value IS 19 (7.81% from 255) = 12.03%
BLUE value IS 109 (42.97% from 255) = 68.99%
R=18.99%
G=12.03%
B=68.99%

CMYK

C (Cyan) values IS 0.72
M (Magenta) values IS 0.83
Y (Yellow) values IS 0
K (Black) values IS 0.57
SystemRedGreenBlueCMYKHSL
Decimal30191090.720.8300.57247.3370.3125.1
Hex1E136D4853039f74619
Octal362315511012307136710631
Binary1111010011110110110010001010011011100111110111100011011001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #1E136D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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