Html Css Color HEX #1E2882 Midnight Blue

📋 copy color: '#1E2882'

red 30 ◦ green 40 ◦ blue 130

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

Shades of Midnight Blue #1E2882

Tints of Midnight Blue #1E2882

RGB

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

 GREEN value IS 40 (16.02% from 255) = 20%

 BLUE value IS 130 (51.17% from 255) = 65%

R = 15%
G = 20%
B = 65%

CMYK

 C value IS 0.77

 M value IS 0.69

 Y value IS 0

 K value IS 0.49

RGB Variations

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

Color information

#1E2882 (or 0x1E2882) is known color: Midnight Blue. HEX triplet: 1E, 28 and 82. RGB value is (30,40,130). Sum of RGB (Red+Green+Blue) = 30+40+130=200 (26% of max value = 765). Red value is 30 (12.11% from 255 or 15% from 200); Green value is 40 (16.02% from 255 or 20% from 200); Blue value is 130 (51.17% from 255 or 65% from 200); Max value from RGB is 130 - color contains mainly: blue. Hex color #1E2882 is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #1E2882 is #E1D77D. Grayscale: #2E2E2E. Windows color (decimal): -14800766 or 8529950. OLE color: 8529950.

HSL color Cylindrical-coordinate representation of color #1E2882: hue angle of 234º degrees, saturation: 0.62, lightness: 0.31%. HSV value (or HSB Brightness) of color is 0.51% and HSV saturation: 0.77%. Process color model (Four color, CMYK) of #1E2882 is Cyan = 0.77, Magento = 0.69, Yellow = 0 and Black (K on CMYK) = 0.49.

Color convert

RGB 30 40 130 -
CMYK 0.77 0.69 0 0.49
HSL 234º 0.63% 0.31% -
HSV(B) 234º 0.77% 0.51% -
XYZ 5.32 3.41 21.5 -
YUV 47.27 174.69 115.68 -
System Red Green Blue C M Y K H S L
Decimal 30 40 130 0.77 0.69 0 0.49 234 0.63 0.31
Hex 1E 28 82 4D 45 0 31 EA 3E 1F
Octal 36 50 202 115 105 0 61 352 76 37
Binary 11110 101000 10000010 1001101 1000101 0 110001 11101010 111110 11111

Color Harmonies of #1E2882

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #1E2882

Black with #1E2882

Text Example


Text Example

White with #1E2882

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(30,40,130); }

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

background-color css

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

 a { background-color: rgb(30,40,130); }

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

border-color css

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

 span { border-color: rgb(30,40,130); }

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