Html Css Color HEX #1E147D Midnight Blue

📋 copy color: '#1E147D'

red 30 ◦ green 20 ◦ blue 125

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

Shades of Midnight Blue #1E147D

Tints of Midnight Blue #1E147D

RGB

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

 GREEN value IS 20 (8.2% from 255) = 11.43%

 BLUE value IS 125 (49.22% from 255) = 71.43%

R = 17.14%
G = 11.43%
B = 71.43%

CMYK

 C value IS 0.76

 M value IS 0.84

 Y value IS 0

 K value IS 0.51

RGB Variations

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

Color information

#1E147D (or 0x1E147D) is known color: Midnight Blue. HEX triplet: 1E, 14 and 7D. RGB value is (30,20,125). Sum of RGB (Red+Green+Blue) = 30+20+125=175 (23% of max value = 765). Red value is 30 (12.11% from 255 or 17.14% from 175); Green value is 20 (8.20% from 255 or 11.43% from 175); Blue value is 125 (49.22% from 255 or 71.43% from 175); Max value from RGB is 125 - color contains mainly: blue. Hex color #1E147D is not a web safe color. Web safe color analog (approx): #330066. Inversed color of #1E147D is #E1EB82. Grayscale: #222222. Windows color (decimal): -14805891 or 8197150. OLE color: 8197150.

HSL color Cylindrical-coordinate representation of color #1E147D: hue angle of 245.71º degrees, saturation: 0.72, lightness: 0.28%. HSV value (or HSB Brightness) of color is 0.49% and HSV saturation: 0.84%. Process color model (Four color, CMYK) of #1E147D is Cyan = 0.76, Magento = 0.84, Yellow = 0 and Black (K on CMYK) = 0.51.

Color convert

RGB 30 20 125 -
CMYK 0.76 0.84 0 0.51
HSL 245.71º 0.72% 0.28% -
HSV(B) 245.71º 0.84% 0.49% -
XYZ 4.49 2.26 19.6 -
YUV 34.96 178.81 124.46 -
System Red Green Blue C M Y K H S L
Decimal 30 20 125 0.76 0.84 0 0.51 245.71 0.72 0.28
Hex 1E 14 7D 4C 54 0 33 F6 48 1C
Octal 36 24 175 114 124 0 63 366 110 34
Binary 11110 10100 1111101 1001100 1010100 0 110011 11110110 1001000 11100

Color Harmonies of #1E147D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #1E147D

Black with #1E147D

Text Example


Text Example

White with #1E147D

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(30,20,125); }

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

background-color css

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

 a { background-color: rgb(30,20,125); }

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

border-color css

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

 span { border-color: rgb(30,20,125); }

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