Html Css Color HEX #1E0E71 Midnight Blue

📋 copy color: '#1E0E71'

red 30 ◦ green 14 ◦ blue 113

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

Shades of Midnight Blue #1E0E71

Tints of Midnight Blue #1E0E71

RGB

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

 GREEN value IS 14 (5.86% from 255) = 8.92%

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

R = 19.11%
G = 8.92%
B = 71.97%

CMYK

 C value IS 0.73

 M value IS 0.88

 Y value IS 0

 K value IS 0.56

RGB Variations

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

Color information

#1E0E71 (or 0x1E0E71) is known color: Midnight Blue. HEX triplet: 1E, 0E and 71. RGB value is (30,14,113). Sum of RGB (Red+Green+Blue) = 30+14+113=157 (20% of max value = 765). Red value is 30 (12.11% from 255 or 19.11% from 157); Green value is 14 (5.86% from 255 or 8.92% from 157); Blue value is 113 (44.53% from 255 or 71.97% from 157); Max value from RGB is 113 - color contains mainly: blue. Hex color #1E0E71 is not a web safe color. Web safe color analog (approx): #330066. Inversed color of #1E0E71 is #E1F18E. Grayscale: #1D1D1D. Windows color (decimal): -14807439 or 7409182. OLE color: 7409182.

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

Color convert

RGB 30 14 113 -
CMYK 0.73 0.88 0 0.56
HSL 249.7º 0.78% 0.25% -
HSV(B) 249.7º 0.88% 0.44% -
XYZ 3.67 1.78 15.77 -
YUV 30.07 174.8 127.95 -
System Red Green Blue C M Y K H S L
Decimal 30 14 113 0.73 0.88 0 0.56 249.7 0.78 0.25
Hex 1E E 71 49 58 0 38 FA 4E 19
Octal 36 16 161 111 130 0 70 372 116 31
Binary 11110 1110 1110001 1001001 1011000 0 111000 11111010 1001110 11001

Color Harmonies of #1E0E71

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #1E0E71

Black with #1E0E71

Text Example


Text Example

White with #1E0E71

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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