Html Css Color HEX #1E1560 Midnight Blue

📋 copy color: '#1E1560'

red 30 ◦ green 21 ◦ blue 96

#1E1560
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Midnight Blue #1E1560

Tints of Midnight Blue #1E1560

RGB

 RED value IS 30 (12.11% from 255) = 20.41%

 GREEN value IS 21 (8.59% from 255) = 14.29%

 BLUE value IS 96 (37.89% from 255) = 65.31%

R = 20.41%
G = 14.29%
B = 65.31%

CMYK

 C value IS 0.69

 M value IS 0.78

 Y value IS 0

 K value IS 0.62

RGB Variations

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

Color information

#1E1560 (or 0x1E1560) is known color: Midnight Blue. HEX triplet: 1E, 15 and 60. RGB value is (30,21,96). Sum of RGB (Red+Green+Blue) = 30+21+96=147 (19% of max value = 765). Red value is 30 (12.11% from 255 or 20.41% from 147); Green value is 21 (8.59% from 255 or 14.29% from 147); Blue value is 96 (37.89% from 255 or 65.31% from 147); Max value from RGB is 96 - color contains mainly: blue. Hex color #1E1560 is not a web safe color. Web safe color analog (approx): #330066. Inversed color of #1E1560 is #E1EA9F. Grayscale: #1F1F1F. Windows color (decimal): -14805664 or 6296862. OLE color: 6296862.

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

Color convert

RGB 30 21 96 -
CMYK 0.69 0.78 0 0.62
HSL 247.2º 0.64% 0.23% -
HSV(B) 247.2º 0.78% 0.38% -
XYZ 2.91 1.66 11.23 -
YUV 32.24 163.98 126.4 -
System Red Green Blue C M Y K H S L
Decimal 30 21 96 0.69 0.78 0 0.62 247.2 0.64 0.23
Hex 1E 15 60 45 4E 0 3E F7 40 17
Octal 36 25 140 105 116 0 76 367 100 27
Binary 11110 10101 1100000 1000101 1001110 0 111110 11110111 1000000 10111

Color Harmonies of #1E1560

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #1E1560

Black with #1E1560

Text Example


Text Example

White with #1E1560

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

 H1.HeaderClassName
 {
   color: #1E1560;
 }
 .AnyTagClassName
 {
   color: #1E1560;
 }
</style>

background-color css

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

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

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

border-color css

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

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

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