Html Css Color HEX #1E1271 Midnight Blue

📋 copy color: '#1E1271'

red 30 ◦ green 18 ◦ blue 113

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

Shades of Midnight Blue #1E1271

Tints of Midnight Blue #1E1271

RGB

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

 GREEN value IS 18 (7.42% from 255) = 11.18%

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

R = 18.63%
G = 11.18%
B = 70.19%

CMYK

 C value IS 0.73

 M value IS 0.84

 Y value IS 0

 K value IS 0.56

RGB Variations

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

Color information

#1E1271 (or 0x1E1271) is known color: Midnight Blue. HEX triplet: 1E, 12 and 71. RGB value is (30,18,113). Sum of RGB (Red+Green+Blue) = 30+18+113=161 (21% of max value = 765). Red value is 30 (12.11% from 255 or 18.63% from 161); Green value is 18 (7.42% from 255 or 11.18% from 161); Blue value is 113 (44.53% from 255 or 70.19% from 161); Max value from RGB is 113 - color contains mainly: blue. Hex color #1E1271 is not a web safe color. Web safe color analog (approx): #330066. Inversed color of #1E1271 is #E1ED8E. Grayscale: #202020. Windows color (decimal): -14806415 or 7410206. OLE color: 7410206.

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

Color convert

RGB 30 18 113 -
CMYK 0.73 0.84 0 0.56
HSL 247.58º 0.73% 0.26% -
HSV(B) 247.58º 0.84% 0.44% -
XYZ 3.73 1.9 15.79 -
YUV 32.42 173.48 126.28 -
System Red Green Blue C M Y K H S L
Decimal 30 18 113 0.73 0.84 0 0.56 247.58 0.73 0.26
Hex 1E 12 71 49 54 0 38 F8 49 1A
Octal 36 22 161 111 124 0 70 370 111 32
Binary 11110 10010 1110001 1001001 1010100 0 111000 11111000 1001001 11010

Color Harmonies of #1E1271

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #1E1271

Black with #1E1271

Text Example


Text Example

White with #1E1271

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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