Html Css Color HEX #1E2571 Midnight Blue

📋 copy color: '#1E2571'

red 30 ◦ green 37 ◦ blue 113

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

Shades of Midnight Blue #1E2571

Tints of Midnight Blue #1E2571

RGB

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

 GREEN value IS 37 (14.84% from 255) = 20.56%

 BLUE value IS 113 (44.53% from 255) = 62.78%

R = 16.67%
G = 20.56%
B = 62.78%

CMYK

 C value IS 0.73

 M value IS 0.67

 Y value IS 0

 K value IS 0.56

RGB Variations

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

Color information

#1E2571 (or 0x1E2571) is known color: Midnight Blue. HEX triplet: 1E, 25 and 71. RGB value is (30,37,113). Sum of RGB (Red+Green+Blue) = 30+37+113=180 (23% of max value = 765). Red value is 30 (12.11% from 255 or 16.67% from 180); Green value is 37 (14.84% from 255 or 20.56% from 180); Blue value is 113 (44.53% from 255 or 62.78% from 180); Max value from RGB is 113 - color contains mainly: blue. Hex color #1E2571 is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #1E2571 is #E1DA8E. Grayscale: #2B2B2B. Windows color (decimal): -14801551 or 7415070. OLE color: 7415070.

HSL color Cylindrical-coordinate representation of color #1E2571: hue angle of 234.94º degrees, saturation: 0.58, lightness: 0.28%. HSV value (or HSB Brightness) of color is 0.44% and HSV saturation: 0.73%. Process color model (Four color, CMYK) of #1E2571 is Cyan = 0.73, Magento = 0.67, Yellow = 0 and Black (K on CMYK) = 0.56.

Color convert

RGB 30 37 113 -
CMYK 0.73 0.67 0 0.56
HSL 234.94º 0.58% 0.28% -
HSV(B) 234.94º 0.73% 0.44% -
XYZ 4.18 2.79 15.94 -
YUV 43.57 167.18 118.32 -
System Red Green Blue C M Y K H S L
Decimal 30 37 113 0.73 0.67 0 0.56 234.94 0.58 0.28
Hex 1E 25 71 49 43 0 38 EB 3A 1C
Octal 36 45 161 111 103 0 70 353 72 34
Binary 11110 100101 1110001 1001001 1000011 0 111000 11101011 111010 11100

Color Harmonies of #1E2571

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #1E2571

Black with #1E2571

Text Example


Text Example

White with #1E2571

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(30,37,113); }

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

background-color css

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

 a { background-color: rgb(30,37,113); }

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

border-color css

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

 span { border-color: rgb(30,37,113); }

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