Html Css Color HEX #1E157C Midnight Blue

📋 copy color: '#1E157C'

red 30 ◦ green 21 ◦ blue 124

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

Shades of Midnight Blue #1E157C

Tints of Midnight Blue #1E157C

RGB

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

 GREEN value IS 21 (8.59% from 255) = 12%

 BLUE value IS 124 (48.83% from 255) = 70.86%

R = 17.14%
G = 12%
B = 70.86%

CMYK

 C value IS 0.76

 M value IS 0.83

 Y value IS 0

 K value IS 0.51

RGB Variations

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

Color information

#1E157C (or 0x1E157C) is known color: Midnight Blue. HEX triplet: 1E, 15 and 7C. RGB value is (30,21,124). Sum of RGB (Red+Green+Blue) = 30+21+124=175 (23% of max value = 765). Red value is 30 (12.11% from 255 or 17.14% from 175); Green value is 21 (8.59% from 255 or 12% from 175); Blue value is 124 (48.83% from 255 or 70.86% from 175); Max value from RGB is 124 - color contains mainly: blue. Hex color #1E157C is not a web safe color. Web safe color analog (approx): #330066. Inversed color of #1E157C is #E1EA83. Grayscale: #232323. Windows color (decimal): -14805636 or 8131870. OLE color: 8131870.

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

Color convert

RGB 30 21 124 -
CMYK 0.76 0.83 0 0.51
HSL 245.24º 0.71% 0.28% -
HSV(B) 245.24º 0.83% 0.49% -
XYZ 4.44 2.27 19.27 -
YUV 35.43 177.98 124.12 -
System Red Green Blue C M Y K H S L
Decimal 30 21 124 0.76 0.83 0 0.51 245.24 0.71 0.28
Hex 1E 15 7C 4C 53 0 33 F5 47 1C
Octal 36 25 174 114 123 0 63 365 107 34
Binary 11110 10101 1111100 1001100 1010011 0 110011 11110101 1000111 11100

Color Harmonies of #1E157C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #1E157C

Black with #1E157C

Text Example


Text Example

White with #1E157C

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(30,21,124); }

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

background-color css

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

 a { background-color: rgb(30,21,124); }

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

border-color css

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

 span { border-color: rgb(30,21,124); }

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