Html Css Color HEX #1E2271 Midnight Blue

📋 copy color: '#1E2271'

red 30 ◦ green 34 ◦ blue 113

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

Shades of Midnight Blue #1E2271

Tints of Midnight Blue #1E2271

RGB

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

 GREEN value IS 34 (13.67% from 255) = 19.21%

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

R = 16.95%
G = 19.21%
B = 63.84%

CMYK

 C value IS 0.73

 M value IS 0.70

 Y value IS 0

 K value IS 0.56

RGB Variations

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

Color information

#1E2271 (or 0x1E2271) is known color: Midnight Blue. HEX triplet: 1E, 22 and 71. RGB value is (30,34,113). Sum of RGB (Red+Green+Blue) = 30+34+113=177 (23% of max value = 765). Red value is 30 (12.11% from 255 or 16.95% from 177); Green value is 34 (13.67% from 255 or 19.21% from 177); Blue value is 113 (44.53% from 255 or 63.84% from 177); Max value from RGB is 113 - color contains mainly: blue. Hex color #1E2271 is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #1E2271 is #E1DD8E. Grayscale: #292929. Windows color (decimal): -14802319 or 7414302. OLE color: 7414302.

HSL color Cylindrical-coordinate representation of color #1E2271: hue angle of 237.11º 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 #1E2271 is Cyan = 0.73, Magento = 0.70, Yellow = 0 and Black (K on CMYK) = 0.56.

Color convert

RGB 30 34 113 -
CMYK 0.73 0.70 0 0.56
HSL 237.11º 0.58% 0.28% -
HSV(B) 237.11º 0.73% 0.44% -
XYZ 4.09 2.61 15.91 -
YUV 41.81 168.17 119.58 -
System Red Green Blue C M Y K H S L
Decimal 30 34 113 0.73 0.70 0 0.56 237.11 0.58 0.28
Hex 1E 22 71 49 46 0 38 ED 3A 1C
Octal 36 42 161 111 106 0 70 355 72 34
Binary 11110 100010 1110001 1001001 1000110 0 111000 11101101 111010 11100

Color Harmonies of #1E2271

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #1E2271

Black with #1E2271

Text Example


Text Example

White with #1E2271

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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