#1E2246

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

Shades of Midnight Express #1E2246

Tints of Midnight Express #1E2246

Color information

#1E2246 (or 0x1E2246) is unknown color: approx Midnight Express. HEX triplet: 1E, 22 and 46. RGB value is (30,34,70). Sum of RGB (Red+Green+Blue) = 30+34+70=134 (17% of max value = 765). Red value is 30 (12.11% from 255 or 22.39% from 134); Green value is 34 (13.67% from 255 or 25.37% from 134); Blue value is 70 (27.73% from 255 or 52.24% from 134); Max value from RGB is 70 - color contains mainly: blue. Hex color #1E2246 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #1E2246 is #E1DDB9. Grayscale: #242424. Windows color (decimal): -14802362 or 4596254. OLE color: 4596254.

HSL color Cylindrical-coordinate representation of color #1E2246: hue angle of 234º degrees, saturation: 0.4, lightness: 0.2%. HSV value (or HSB Brightness) of color is 0.27% and HSV saturation: 0.57%. Process color model (Four color, CMYK) of #1E2246 is Cyan = 0.57, Magento = 0.51, Yellow = 0 and Black (K on CMYK) = 0.73.

Color convert

RGB303470-
CMYK0.570.5100.73
HSL234º40%19.61%-
HSV(B)234º57.14%27.45%-
XYZ2.211.866.04-
YUV36.91146.67123.07-

RGB Variations

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

RGB

RED value IS 30 (12.11% from 255) = 22.39%
GREEN value IS 34 (13.67% from 255) = 25.37%
BLUE value IS 70 (27.73% from 255) = 52.24%
R=22.39%
G=25.37%
B=52.24%

CMYK

C (Cyan) values IS 0.57
M (Magenta) values IS 0.51
Y (Yellow) values IS 0
K (Black) values IS 0.73
SystemRedGreenBlueCMYKHSL
Decimal3034700.570.5100.732344019.61
Hex1E22463933049ea2814
Octal3642106716301113525024
Binary111101000101000110111001110011010010011110101010100010100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #1E2246

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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