Html Css Color HEX #1E195D Midnight Blue

📋 copy color: '#1E195D'

red 30 ◦ green 25 ◦ blue 93

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

Shades of Midnight Blue #1E195D

Tints of Midnight Blue #1E195D

RGB

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

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

 BLUE value IS 93 (36.72% from 255) = 62.84%

R = 20.27%
G = 16.89%
B = 62.84%

CMYK

 C value IS 0.68

 M value IS 0.73

 Y value IS 0

 K value IS 0.64

RGB Variations

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

Color information

#1E195D (or 0x1E195D) is known color: Midnight Blue. HEX triplet: 1E, 19 and 5D. RGB value is (30,25,93). Sum of RGB (Red+Green+Blue) = 30+25+93=148 (19% of max value = 765). Red value is 30 (12.11% from 255 or 20.27% from 148); Green value is 25 (10.16% from 255 or 16.89% from 148); Blue value is 93 (36.72% from 255 or 62.84% from 148); Max value from RGB is 93 - color contains mainly: blue. Hex color #1E195D is not a web safe color. Web safe color analog (approx): #330066. Inversed color of #1E195D is #E1E6A2. Grayscale: #212121. Windows color (decimal): -14804643 or 6101278. OLE color: 6101278.

HSL color Cylindrical-coordinate representation of color #1E195D: hue angle of 244.41º degrees, saturation: 0.58, lightness: 0.23%. HSV value (or HSB Brightness) of color is 0.36% and HSV saturation: 0.73%. Process color model (Four color, CMYK) of #1E195D is Cyan = 0.68, Magento = 0.73, Yellow = 0 and Black (K on CMYK) = 0.64.

Color convert

RGB 30 25 93 -
CMYK 0.68 0.73 0 0.64
HSL 244.41º 0.58% 0.23% -
HSV(B) 244.41º 0.73% 0.36% -
XYZ 2.86 1.76 10.55 -
YUV 34.25 161.16 124.97 -
System Red Green Blue C M Y K H S L
Decimal 30 25 93 0.68 0.73 0 0.64 244.41 0.58 0.23
Hex 1E 19 5D 44 49 0 40 F4 3A 17
Octal 36 31 135 104 111 0 100 364 72 27
Binary 11110 11001 1011101 1000100 1001001 0 1000000 11110100 111010 10111

Color Harmonies of #1E195D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #1E195D

Black with #1E195D

Text Example


Text Example

White with #1E195D

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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