#1E0E60

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

Shades of Midnight Blue #1E0E60

Tints of Midnight Blue #1E0E60

Color information

#1E0E60 (or 0x1E0E60) is unknown color: approx Midnight Blue. HEX triplet: 1E, 0E and 60. RGB value is (30,14,96). Sum of RGB (Red+Green+Blue) = 30+14+96=140 (18% of max value = 765). Red value is 30 (12.11% from 255 or 21.43% from 140); Green value is 14 (5.86% from 255 or 10% from 140); Blue value is 96 (37.89% from 255 or 68.57% from 140); Max value from RGB is 96 - color contains mainly: blue. Hex color #1E0E60 is not a web safe color. Web safe color analog (approx): #330066. Inversed color of #1E0E60 is #E1F19F. Grayscale: #1B1B1B. Windows color (decimal): -14807456 or 6295070. OLE color: 6295070.

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

Color convert

RGB301496-
CMYK0.690.8500.62
HSL251.71º74.55%21.57%-
HSV(B)251.71º85.42%37.65%-
XYZ2.81.4311.2-
YUV28.13166.3129.33-

RGB Variations

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

RGB

RED value IS 30 (12.11% from 255) = 21.43%
GREEN value IS 14 (5.86% from 255) = 10%
BLUE value IS 96 (37.89% from 255) = 68.57%
R=21.43%
G=10%
B=68.57%

CMYK

C (Cyan) values IS 0.69
M (Magenta) values IS 0.85
Y (Yellow) values IS 0
K (Black) values IS 0.62
SystemRedGreenBlueCMYKHSL
Decimal3014960.690.8500.62251.7174.5521.57
Hex1EE60455503Efc4b16
Octal361614010512507637411326
Binary111101110110000010001011010101011111011111100100101110110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #1E0E60

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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