Html Css Color HEX #1E1771 Midnight Blue

📋 copy color: '#1E1771'

red 30 ◦ green 23 ◦ blue 113

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

Shades of Midnight Blue #1E1771

Tints of Midnight Blue #1E1771

RGB

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

 GREEN value IS 23 (9.38% from 255) = 13.86%

 BLUE value IS 113 (44.53% from 255) = 68.07%

R = 18.07%
G = 13.86%
B = 68.07%

CMYK

 C value IS 0.73

 M value IS 0.80

 Y value IS 0

 K value IS 0.56

RGB Variations

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

Color information

#1E1771 (or 0x1E1771) is known color: Midnight Blue. HEX triplet: 1E, 17 and 71. RGB value is (30,23,113). Sum of RGB (Red+Green+Blue) = 30+23+113=166 (21% of max value = 765). Red value is 30 (12.11% from 255 or 18.07% from 166); Green value is 23 (9.38% from 255 or 13.86% from 166); Blue value is 113 (44.53% from 255 or 68.07% from 166); Max value from RGB is 113 - color contains mainly: blue. Hex color #1E1771 is not a web safe color. Web safe color analog (approx): #330066. Inversed color of #1E1771 is #E1E88E. Grayscale: #232323. Windows color (decimal): -14805135 or 7411486. OLE color: 7411486.

HSL color Cylindrical-coordinate representation of color #1E1771: hue angle of 244.67º degrees, saturation: 0.66, lightness: 0.27%. HSV value (or HSB Brightness) of color is 0.44% and HSV saturation: 0.8%. Process color model (Four color, CMYK) of #1E1771 is Cyan = 0.73, Magento = 0.80, Yellow = 0 and Black (K on CMYK) = 0.56.

Color convert

RGB 30 23 113 -
CMYK 0.73 0.80 0 0.56
HSL 244.67º 0.66% 0.27% -
HSV(B) 244.67º 0.8% 0.44% -
XYZ 3.82 2.08 15.82 -
YUV 35.35 171.82 124.18 -
System Red Green Blue C M Y K H S L
Decimal 30 23 113 0.73 0.80 0 0.56 244.67 0.66 0.27
Hex 1E 17 71 49 50 0 38 F5 42 1B
Octal 36 27 161 111 120 0 70 365 102 33
Binary 11110 10111 1110001 1001001 1010000 0 111000 11110101 1000010 11011

Color Harmonies of #1E1771

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #1E1771

Black with #1E1771

Text Example


Text Example

White with #1E1771

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(30,23,113); }

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

background-color css

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

 a { background-color: rgb(30,23,113); }

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

border-color css

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

 span { border-color: rgb(30,23,113); }

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