Html Css Color HEX #1E3146 Midnight

📋 copy color: '#1E3146'

red 30 ◦ green 49 ◦ blue 70

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

Shades of Midnight #1E3146

Tints of Midnight #1E3146

RGB

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

 GREEN value IS 49 (19.53% from 255) = 32.89%

 BLUE value IS 70 (27.73% from 255) = 46.98%

R = 20.13%
G = 32.89%
B = 46.98%

CMYK

 C value IS 0.57

 M value IS 0.30

 Y value IS 0

 K value IS 0.73

RGB Variations

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

Color information

#1E3146 (or 0x1E3146) is known color: Midnight. HEX triplet: 1E, 31 and 46. RGB value is (30,49,70). Sum of RGB (Red+Green+Blue) = 30+49+70=149 (19% of max value = 765). Red value is 30 (12.11% from 255 or 20.13% from 149); Green value is 49 (19.53% from 255 or 32.89% from 149); Blue value is 70 (27.73% from 255 or 46.98% from 149); Max value from RGB is 70 - color contains mainly: blue. Hex color #1E3146 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #1E3146 is #E1CEB9. Grayscale: #2D2D2D. Windows color (decimal): -14798522 or 4600094. OLE color: 4600094.

HSL color Cylindrical-coordinate representation of color #1E3146: hue angle of 211.5º degrees, saturation: 0.4, lightness: 0.2%. HSV value (or HSB Brightness) of color is 0.27% and HSV saturation: 0.57%. Process color model (Four color, CMYK) of #1E3146 is Cyan = 0.57, Magento = 0.30, Yellow = 0 and Black (K on CMYK) = 0.73.

Color convert

RGB 30 49 70 -
CMYK 0.57 0.30 0 0.73
HSL 211.5º 0.4% 0.2% -
HSV(B) 211.5º 0.57% 0.27% -
XYZ 2.74 2.91 6.21 -
YUV 45.71 141.71 116.79 -
System Red Green Blue C M Y K H S L
Decimal 30 49 70 0.57 0.30 0 0.73 211.5 0.4 0.2
Hex 1E 31 46 39 1E 0 49 D4 28 14
Octal 36 61 106 71 36 0 111 324 50 24
Binary 11110 110001 1000110 111001 11110 0 1001001 11010100 101000 10100

Color Harmonies of #1E3146

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #1E3146

Black with #1E3146

Text Example


Text Example

White with #1E3146

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(30,49,70); }

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

background-color css

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

 a { background-color: rgb(30,49,70); }

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

border-color css

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

 span { border-color: rgb(30,49,70); }

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