Html Css Color HEX #1E2079 Midnight Blue

📋 copy color: '#1E2079'

red 30 ◦ green 32 ◦ blue 121

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

Shades of Midnight Blue #1E2079

Tints of Midnight Blue #1E2079

RGB

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

 GREEN value IS 32 (12.89% from 255) = 17.49%

 BLUE value IS 121 (47.66% from 255) = 66.12%

R = 16.39%
G = 17.49%
B = 66.12%

CMYK

 C value IS 0.75

 M value IS 0.74

 Y value IS 0

 K value IS 0.53

RGB Variations

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

Color information

#1E2079 (or 0x1E2079) is known color: Midnight Blue. HEX triplet: 1E, 20 and 79. RGB value is (30,32,121). Sum of RGB (Red+Green+Blue) = 30+32+121=183 (24% of max value = 765). Red value is 30 (12.11% from 255 or 16.39% from 183); Green value is 32 (12.89% from 255 or 17.49% from 183); Blue value is 121 (47.66% from 255 or 66.12% from 183); Max value from RGB is 121 - color contains mainly: blue. Hex color #1E2079 is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #1E2079 is #E1DF86. Grayscale: #292929. Windows color (decimal): -14802823 or 7938078. OLE color: 7938078.

HSL color Cylindrical-coordinate representation of color #1E2079: hue angle of 238.68º degrees, saturation: 0.6, lightness: 0.3%. HSV value (or HSB Brightness) of color is 0.47% and HSV saturation: 0.75%. Process color model (Four color, CMYK) of #1E2079 is Cyan = 0.75, Magento = 0.74, Yellow = 0 and Black (K on CMYK) = 0.53.

Color convert

RGB 30 32 121 -
CMYK 0.75 0.74 0 0.53
HSL 238.68º 0.6% 0.3% -
HSV(B) 238.68º 0.75% 0.47% -
XYZ 4.5 2.69 18.37 -
YUV 41.55 172.84 119.76 -
System Red Green Blue C M Y K H S L
Decimal 30 32 121 0.75 0.74 0 0.53 238.68 0.6 0.3
Hex 1E 20 79 4B 4A 0 35 EF 3C 1E
Octal 36 40 171 113 112 0 65 357 74 36
Binary 11110 100000 1111001 1001011 1001010 0 110101 11101111 111100 11110

Color Harmonies of #1E2079

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #1E2079

Black with #1E2079

Text Example


Text Example

White with #1E2079

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(30,32,121); }

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

background-color css

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

 a { background-color: rgb(30,32,121); }

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

border-color css

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

 span { border-color: rgb(30,32,121); }

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