#1E2460

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

Shades of Midnight Blue #1E2460

Tints of Midnight Blue #1E2460

Color information

#1E2460 (or 0x1E2460) is unknown color: approx Midnight Blue. HEX triplet: 1E, 24 and 60. RGB value is (30,36,96). Sum of RGB (Red+Green+Blue) = 30+36+96=162 (21% of max value = 765). Red value is 30 (12.11% from 255 or 18.52% from 162); Green value is 36 (14.45% from 255 or 22.22% from 162); Blue value is 96 (37.89% from 255 or 59.26% from 162); Max value from RGB is 96 - color contains mainly: blue. Hex color #1E2460 is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #1E2460 is #E1DB9F. Grayscale: #282828. Windows color (decimal): -14801824 or 6300702. OLE color: 6300702.

HSL color Cylindrical-coordinate representation of color #1E2460: hue angle of 234.55º degrees, saturation: 0.52, lightness: 0.25%. HSV value (or HSB Brightness) of color is 0.38% and HSV saturation: 0.69%. Process color model (Four color, CMYK) of #1E2460 is Cyan = 0.69, Magento = 0.62, Yellow = 0 and Black (K on CMYK) = 0.62.

Color convert

RGB303696-
CMYK0.690.6200.62
HSL234.55º52.38%24.71%-
HSV(B)234.55º68.75%37.65%-
XYZ3.282.3811.35-
YUV41.05159.01120.12-

RGB Variations

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

RGB

RED value IS 30 (12.11% from 255) = 18.52%
GREEN value IS 36 (14.45% from 255) = 22.22%
BLUE value IS 96 (37.89% from 255) = 59.26%
R=18.52%
G=22.22%
B=59.26%

CMYK

C (Cyan) values IS 0.69
M (Magenta) values IS 0.62
Y (Yellow) values IS 0
K (Black) values IS 0.62
SystemRedGreenBlueCMYKHSL
Decimal3036960.690.6200.62234.5552.3824.71
Hex1E2460453E03Eeb3419
Octal3644140105760763536431
Binary111101001001100000100010111111001111101110101111010011001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #1E2460

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(30,36,96); }

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

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

 a { background-color: rgb(30,36,96); }

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

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

 span { border-color: rgb(30,36,96); }

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