Html Css Color HEX #1E1561 Midnight Blue

📋 copy color: '#1E1561'

red 30 ◦ green 21 ◦ blue 97

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

Shades of Midnight Blue #1E1561

Tints of Midnight Blue #1E1561

RGB

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

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

 BLUE value IS 97 (38.28% from 255) = 65.54%

R = 20.27%
G = 14.19%
B = 65.54%

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

#1E1561 (or 0x1E1561) is known color: Midnight Blue. HEX triplet: 1E, 15 and 61. RGB value is (30,21,97). Sum of RGB (Red+Green+Blue) = 30+21+97=148 (19% of max value = 765). Red value is 30 (12.11% from 255 or 20.27% from 148); Green value is 21 (8.59% from 255 or 14.19% from 148); Blue value is 97 (38.28% from 255 or 65.54% from 148); Max value from RGB is 97 - color contains mainly: blue. Hex color #1E1561 is not a web safe color. Web safe color analog (approx): #330066. Inversed color of #1E1561 is #E1EA9E. Grayscale: #202020. Windows color (decimal): -14805663 or 6362398. OLE color: 6362398.

HSL color Cylindrical-coordinate representation of color #1E1561: hue angle of 247.11º 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 #1E1561 is Cyan = 0.69, Magento = 0.78, Yellow = 0 and Black (K on CMYK) = 0.62.

Color convert

RGB 30 21 97 -
CMYK 0.69 0.78 0 0.62
HSL 247.11º 0.64% 0.23% -
HSV(B) 247.11º 0.78% 0.38% -
XYZ 2.96 1.68 11.48 -
YUV 32.36 164.48 126.32 -
System Red Green Blue C M Y K H S L
Decimal 30 21 97 0.69 0.78 0 0.62 247.11 0.64 0.23
Hex 1E 15 61 45 4E 0 3E F7 40 17
Octal 36 25 141 105 116 0 76 367 100 27
Binary 11110 10101 1100001 1000101 1001110 0 111110 11110111 1000000 10111

Color Harmonies of #1E1561

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #1E1561

Black with #1E1561

Text Example


Text Example

White with #1E1561

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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