Html Css Color HEX #1E2374 Midnight Blue

📋 copy color: '#1E2374'

red 30 ◦ green 35 ◦ blue 116

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

Shades of Midnight Blue #1E2374

Tints of Midnight Blue #1E2374

RGB

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

 GREEN value IS 35 (14.06% from 255) = 19.34%

 BLUE value IS 116 (45.7% from 255) = 64.09%

R = 16.57%
G = 19.34%
B = 64.09%

CMYK

 C value IS 0.74

 M value IS 0.70

 Y value IS 0

 K value IS 0.55

RGB Variations

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

Color information

#1E2374 (or 0x1E2374) is known color: Midnight Blue. HEX triplet: 1E, 23 and 74. RGB value is (30,35,116). Sum of RGB (Red+Green+Blue) = 30+35+116=181 (23% of max value = 765). Red value is 30 (12.11% from 255 or 16.57% from 181); Green value is 35 (14.06% from 255 or 19.34% from 181); Blue value is 116 (45.70% from 255 or 64.09% from 181); Max value from RGB is 116 - color contains mainly: blue. Hex color #1E2374 is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #1E2374 is #E1DC8B. Grayscale: #2A2A2A. Windows color (decimal): -14802060 or 7611166. OLE color: 7611166.

HSL color Cylindrical-coordinate representation of color #1E2374: hue angle of 236.51º degrees, saturation: 0.59, lightness: 0.29%. HSV value (or HSB Brightness) of color is 0.45% and HSV saturation: 0.74%. Process color model (Four color, CMYK) of #1E2374 is Cyan = 0.74, Magento = 0.70, Yellow = 0 and Black (K on CMYK) = 0.55.

Color convert

RGB 30 35 116 -
CMYK 0.74 0.70 0 0.55
HSL 236.51º 0.59% 0.29% -
HSV(B) 236.51º 0.74% 0.45% -
XYZ 4.29 2.74 16.83 -
YUV 42.74 169.34 118.91 -
System Red Green Blue C M Y K H S L
Decimal 30 35 116 0.74 0.70 0 0.55 236.51 0.59 0.29
Hex 1E 23 74 4A 46 0 37 ED 3B 1D
Octal 36 43 164 112 106 0 67 355 73 35
Binary 11110 100011 1110100 1001010 1000110 0 110111 11101101 111011 11101

Color Harmonies of #1E2374

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #1E2374

Black with #1E2374

Text Example


Text Example

White with #1E2374

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(30,35,116); }

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

background-color css

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

 a { background-color: rgb(30,35,116); }

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

border-color css

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

 span { border-color: rgb(30,35,116); }

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