#1E146A

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

Shades of Midnight Blue #1E146A

Tints of Midnight Blue #1E146A

Color information

#1E146A (or 0x1E146A) is unknown color: approx Midnight Blue. HEX triplet: 1E, 14 and 6A. RGB value is (30,20,106). Sum of RGB (Red+Green+Blue) = 30+20+106=156 (20% of max value = 765). Red value is 30 (12.11% from 255 or 19.23% from 156); Green value is 20 (8.20% from 255 or 12.82% from 156); Blue value is 106 (41.80% from 255 or 67.95% from 156); Max value from RGB is 106 - color contains mainly: blue. Hex color #1E146A is not a web safe color. Web safe color analog (approx): #330066. Inversed color of #1E146A is #E1EB95. Grayscale: #202020. Windows color (decimal): -14805910 or 6951966. OLE color: 6951966.

HSL color Cylindrical-coordinate representation of color #1E146A: hue angle of 246.98º degrees, saturation: 0.68, lightness: 0.25%. HSV value (or HSB Brightness) of color is 0.42% and HSV saturation: 0.81%. Process color model (Four color, CMYK) of #1E146A is Cyan = 0.72, Magento = 0.81, Yellow = 0 and Black (K on CMYK) = 0.58.

Color convert

RGB3020106-
CMYK0.720.8100.58
HSL246.98º68.25%24.71%-
HSV(B)246.98º81.13%41.57%-
XYZ3.391.8213.81-
YUV32.79169.31126.01-

RGB Variations

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

RGB

RED value IS 30 (12.11% from 255) = 19.23%
GREEN value IS 20 (8.20% from 255) = 12.82%
BLUE value IS 106 (41.80% from 255) = 67.95%
R=19.23%
G=12.82%
B=67.95%

CMYK

C (Cyan) values IS 0.72
M (Magenta) values IS 0.81
Y (Yellow) values IS 0
K (Black) values IS 0.58
SystemRedGreenBlueCMYKHSL
Decimal30201060.720.8100.58246.9868.2524.71
Hex1E146A485103Af74419
Octal362415211012107236710431
Binary1111010100110101010010001010001011101011110111100010011001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #1E146A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(30,20,106); }

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

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

 a { background-color: rgb(30,20,106); }

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

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

 span { border-color: rgb(30,20,106); }

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