Html Css Color HEX #1E1174 Midnight Blue

📋 copy color: '#1E1174'

red 30 ◦ green 17 ◦ blue 116

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

Shades of Midnight Blue #1E1174

Tints of Midnight Blue #1E1174

RGB

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

 GREEN value IS 17 (7.03% from 255) = 10.43%

 BLUE value IS 116 (45.7% from 255) = 71.17%

R = 18.4%
G = 10.43%
B = 71.17%

CMYK

 C value IS 0.74

 M value IS 0.85

 Y value IS 0

 K value IS 0.55

RGB Variations

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

Color information

#1E1174 (or 0x1E1174) is known color: Midnight Blue. HEX triplet: 1E, 11 and 74. RGB value is (30,17,116). Sum of RGB (Red+Green+Blue) = 30+17+116=163 (21% of max value = 765). Red value is 30 (12.11% from 255 or 18.40% from 163); Green value is 17 (7.03% from 255 or 10.43% from 163); Blue value is 116 (45.70% from 255 or 71.17% from 163); Max value from RGB is 116 - color contains mainly: blue. Hex color #1E1174 is not a web safe color. Web safe color analog (approx): #330066. Inversed color of #1E1174 is #E1EE8B. Grayscale: #1F1F1F. Windows color (decimal): -14806668 or 7606558. OLE color: 7606558.

HSL color Cylindrical-coordinate representation of color #1E1174: hue angle of 247.88º degrees, saturation: 0.74, lightness: 0.26%. HSV value (or HSB Brightness) of color is 0.45% and HSV saturation: 0.85%. Process color model (Four color, CMYK) of #1E1174 is Cyan = 0.74, Magento = 0.85, Yellow = 0 and Black (K on CMYK) = 0.55.

Color convert

RGB 30 17 116 -
CMYK 0.74 0.85 0 0.55
HSL 247.88º 0.74% 0.26% -
HSV(B) 247.88º 0.85% 0.45% -
XYZ 3.89 1.94 16.69 -
YUV 32.17 175.31 126.45 -
System Red Green Blue C M Y K H S L
Decimal 30 17 116 0.74 0.85 0 0.55 247.88 0.74 0.26
Hex 1E 11 74 4A 55 0 37 F8 4A 1A
Octal 36 21 164 112 125 0 67 370 112 32
Binary 11110 10001 1110100 1001010 1010101 0 110111 11111000 1001010 11010

Color Harmonies of #1E1174

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #1E1174

Black with #1E1174

Text Example


Text Example

White with #1E1174

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(30,17,116); }

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

background-color css

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

 a { background-color: rgb(30,17,116); }

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

border-color css

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

 span { border-color: rgb(30,17,116); }

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