Html Css Color HEX #1E147F Midnight Blue

📋 copy color: '#1E147F'

red 30 ◦ green 20 ◦ blue 127

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

Shades of Midnight Blue #1E147F

Tints of Midnight Blue #1E147F

RGB

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

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

 BLUE value IS 127 (50% from 255) = 71.75%

R = 16.95%
G = 11.3%
B = 71.75%

CMYK

 C value IS 0.76

 M value IS 0.84

 Y value IS 0

 K value IS 0.50

RGB Variations

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

Color information

#1E147F (or 0x1E147F) is known color: Midnight Blue. HEX triplet: 1E, 14 and 7F. RGB value is (30,20,127). Sum of RGB (Red+Green+Blue) = 30+20+127=177 (23% of max value = 765). Red value is 30 (12.11% from 255 or 16.95% from 177); Green value is 20 (8.20% from 255 or 11.30% from 177); Blue value is 127 (50% from 255 or 71.75% from 177); Max value from RGB is 127 - color contains mainly: blue. Hex color #1E147F is not a web safe color. Web safe color analog (approx): #330066. Inversed color of #1E147F is #E1EB80. Grayscale: #222222. Windows color (decimal): -14805889 or 8328222. OLE color: 8328222.

HSL color Cylindrical-coordinate representation of color #1E147F: hue angle of 245.61º degrees, saturation: 0.73, lightness: 0.29%. HSV value (or HSB Brightness) of color is 0.5% and HSV saturation: 0.84%. Process color model (Four color, CMYK) of #1E147F is Cyan = 0.76, Magento = 0.84, Yellow = 0 and Black (K on CMYK) = 0.50.

Color convert

RGB 30 20 127 -
CMYK 0.76 0.84 0 0.50
HSL 245.61º 0.73% 0.29% -
HSV(B) 245.61º 0.84% 0.5% -
XYZ 4.62 2.31 20.28 -
YUV 35.19 179.81 124.3 -
System Red Green Blue C M Y K H S L
Decimal 30 20 127 0.76 0.84 0 0.50 245.61 0.73 0.29
Hex 1E 14 7F 4C 54 0 32 F6 49 1D
Octal 36 24 177 114 124 0 62 366 111 35
Binary 11110 10100 1111111 1001100 1010100 0 110010 11110110 1001001 11101

Color Harmonies of #1E147F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #1E147F

Black with #1E147F

Text Example


Text Example

White with #1E147F

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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