Html Css Color HEX #1E1C7D Midnight Blue

📋 copy color: '#1E1C7D'

red 30 ◦ green 28 ◦ blue 125

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

Shades of Midnight Blue #1E1C7D

Tints of Midnight Blue #1E1C7D

RGB

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

 GREEN value IS 28 (11.33% from 255) = 15.3%

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

R = 16.39%
G = 15.3%
B = 68.31%

CMYK

 C value IS 0.76

 M value IS 0.78

 Y value IS 0

 K value IS 0.51

RGB Variations

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

Color information

#1E1C7D (or 0x1E1C7D) is known color: Midnight Blue. HEX triplet: 1E, 1C and 7D. RGB value is (30,28,125). Sum of RGB (Red+Green+Blue) = 30+28+125=183 (24% of max value = 765). Red value is 30 (12.11% from 255 or 16.39% from 183); Green value is 28 (11.33% from 255 or 15.30% from 183); Blue value is 125 (49.22% from 255 or 68.31% from 183); Max value from RGB is 125 - color contains mainly: blue. Hex color #1E1C7D is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #1E1C7D is #E1E382. Grayscale: #272727. Windows color (decimal): -14803843 or 8199198. OLE color: 8199198.

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

Color convert

RGB 30 28 125 -
CMYK 0.76 0.78 0 0.51
HSL 241.24º 0.63% 0.3% -
HSV(B) 241.24º 0.78% 0.49% -
XYZ 4.65 2.59 19.66 -
YUV 39.66 176.16 121.11 -
System Red Green Blue C M Y K H S L
Decimal 30 28 125 0.76 0.78 0 0.51 241.24 0.63 0.3
Hex 1E 1C 7D 4C 4E 0 33 F1 3F 1E
Octal 36 34 175 114 116 0 63 361 77 36
Binary 11110 11100 1111101 1001100 1001110 0 110011 11110001 111111 11110

Color Harmonies of #1E1C7D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #1E1C7D

Black with #1E1C7D

Text Example


Text Example

White with #1E1C7D

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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