Html Css Color HEX #1E1460 Midnight Blue

📋 copy color: '#1E1460'

red 30 ◦ green 20 ◦ blue 96

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

Shades of Midnight Blue #1E1460

Tints of Midnight Blue #1E1460

RGB

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

 GREEN value IS 20 (8.2% from 255) = 13.7%

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

R = 20.55%
G = 13.7%
B = 65.75%

CMYK

 C value IS 0.69

 M value IS 0.79

 Y value IS 0

 K value IS 0.62

RGB Variations

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

Color information

#1E1460 (or 0x1E1460) is known color: Midnight Blue. HEX triplet: 1E, 14 and 60. RGB value is (30,20,96). Sum of RGB (Red+Green+Blue) = 30+20+96=146 (19% of max value = 765). Red value is 30 (12.11% from 255 or 20.55% from 146); Green value is 20 (8.20% from 255 or 13.70% from 146); Blue value is 96 (37.89% from 255 or 65.75% from 146); Max value from RGB is 96 - color contains mainly: blue. Hex color #1E1460 is not a web safe color. Web safe color analog (approx): #330066. Inversed color of #1E1460 is #E1EB9F. Grayscale: #1F1F1F. Windows color (decimal): -14805920 or 6296606. OLE color: 6296606.

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

Color convert

RGB 30 20 96 -
CMYK 0.69 0.79 0 0.62
HSL 247.89º 0.66% 0.23% -
HSV(B) 247.89º 0.79% 0.38% -
XYZ 2.9 1.62 11.23 -
YUV 31.65 164.31 126.82 -
System Red Green Blue C M Y K H S L
Decimal 30 20 96 0.69 0.79 0 0.62 247.89 0.66 0.23
Hex 1E 14 60 45 4F 0 3E F8 42 17
Octal 36 24 140 105 117 0 76 370 102 27
Binary 11110 10100 1100000 1000101 1001111 0 111110 11111000 1000010 10111

Color Harmonies of #1E1460

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #1E1460

Black with #1E1460

Text Example


Text Example

White with #1E1460

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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