Html Css Color HEX #1E2B78 Midnight Blue

📋 copy color: '#1E2B78'

red 30 ◦ green 43 ◦ blue 120

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

Shades of Midnight Blue #1E2B78

Tints of Midnight Blue #1E2B78

RGB

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

 GREEN value IS 43 (17.19% from 255) = 22.28%

 BLUE value IS 120 (47.27% from 255) = 62.18%

R = 15.54%
G = 22.28%
B = 62.18%

CMYK

 C value IS 0.75

 M value IS 0.64

 Y value IS 0

 K value IS 0.53

RGB Variations

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

Color information

#1E2B78 (or 0x1E2B78) is known color: Midnight Blue. HEX triplet: 1E, 2B and 78. RGB value is (30,43,120). Sum of RGB (Red+Green+Blue) = 30+43+120=193 (25% of max value = 765). Red value is 30 (12.11% from 255 or 15.54% from 193); Green value is 43 (17.19% from 255 or 22.28% from 193); Blue value is 120 (47.27% from 255 or 62.18% from 193); Max value from RGB is 120 - color contains mainly: blue. Hex color #1E2B78 is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #1E2B78 is #E1D487. Grayscale: #2F2F2F. Windows color (decimal): -14800008 or 7875358. OLE color: 7875358.

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

Color convert

RGB 30 43 120 -
CMYK 0.75 0.64 0 0.53
HSL 231.33º 0.6% 0.29% -
HSV(B) 231.33º 0.75% 0.47% -
XYZ 4.79 3.36 18.17 -
YUV 47.89 168.69 115.24 -
System Red Green Blue C M Y K H S L
Decimal 30 43 120 0.75 0.64 0 0.53 231.33 0.6 0.29
Hex 1E 2B 78 4B 40 0 35 E7 3C 1D
Octal 36 53 170 113 100 0 65 347 74 35
Binary 11110 101011 1111000 1001011 1000000 0 110101 11100111 111100 11101

Color Harmonies of #1E2B78

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #1E2B78

Black with #1E2B78

Text Example


Text Example

White with #1E2B78

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(30,43,120); }

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

background-color css

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

 a { background-color: rgb(30,43,120); }

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

border-color css

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

 span { border-color: rgb(30,43,120); }

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