Html Css Color HEX #1E197D Midnight Blue

📋 copy color: '#1E197D'

red 30 ◦ green 25 ◦ blue 125

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

Shades of Midnight Blue #1E197D

Tints of Midnight Blue #1E197D

RGB

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

 GREEN value IS 25 (10.16% from 255) = 13.89%

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

R = 16.67%
G = 13.89%
B = 69.44%

CMYK

 C value IS 0.76

 M value IS 0.8

 Y value IS 0

 K value IS 0.51

RGB Variations

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

Color information

#1E197D (or 0x1E197D) is known color: Midnight Blue. HEX triplet: 1E, 19 and 7D. RGB value is (30,25,125). Sum of RGB (Red+Green+Blue) = 30+25+125=180 (23% of max value = 765). Red value is 30 (12.11% from 255 or 16.67% from 180); Green value is 25 (10.16% from 255 or 13.89% from 180); Blue value is 125 (49.22% from 255 or 69.44% from 180); Max value from RGB is 125 - color contains mainly: blue. Hex color #1E197D is not a web safe color. Web safe color analog (approx): #330066. Inversed color of #1E197D is #E1E682. Grayscale: #252525. Windows color (decimal): -14804611 or 8198430. OLE color: 8198430.

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

Color convert

RGB 30 25 125 -
CMYK 0.76 0.8 0 0.51
HSL 243º 0.67% 0.29% -
HSV(B) 243º 0.8% 0.49% -
XYZ 4.58 2.45 19.63 -
YUV 37.9 177.16 122.37 -
System Red Green Blue C M Y K H S L
Decimal 30 25 125 0.76 0.8 0 0.51 243 0.67 0.29
Hex 1E 19 7D 4C 50 0 33 F3 43 1D
Octal 36 31 175 114 120 0 63 363 103 35
Binary 11110 11001 1111101 1001100 1010000 0 110011 11110011 1000011 11101

Color Harmonies of #1E197D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #1E197D

Black with #1E197D

Text Example


Text Example

White with #1E197D

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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